[arch-commits] Commit in f2fs-tools/repos (4 files)

Christian Hesse eworm at archlinux.org
Sat Feb 4 23:30:37 UTC 2017


    Date: Saturday, February 4, 2017 @ 23:30:36
  Author: eworm
Revision: 288056

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  f2fs-tools/repos/testing-i686/
  f2fs-tools/repos/testing-i686/PKGBUILD
    (from rev 288055, f2fs-tools/trunk/PKGBUILD)
  f2fs-tools/repos/testing-x86_64/
  f2fs-tools/repos/testing-x86_64/PKGBUILD
    (from rev 288055, f2fs-tools/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: f2fs-tools/repos/testing-i686/PKGBUILD (from rev 288055, f2fs-tools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-02-04 23:30:36 UTC (rev 288056)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+
+pkgname=f2fs-tools
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
+depends=('util-linux')
+license=('GPL')
+source=("https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz")
+sha256sums=('d4dbecf55560c548bf0758c9f641d1beec1e960b38cbbc19951195d5144d39ae')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+
+	autoreconf -fi
+	./configure --prefix=/usr --sbindir=/usr/bin
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}

Copied: f2fs-tools/repos/testing-x86_64/PKGBUILD (from rev 288055, f2fs-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-02-04 23:30:36 UTC (rev 288056)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+
+pkgname=f2fs-tools
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
+depends=('util-linux')
+license=('GPL')
+source=("https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz")
+sha256sums=('d4dbecf55560c548bf0758c9f641d1beec1e960b38cbbc19951195d5144d39ae')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+
+	autoreconf -fi
+	./configure --prefix=/usr --sbindir=/usr/bin
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}



More information about the arch-commits mailing list