[arch-commits] Commit in f2fs-tools/repos (4 files)
Christian Hesse
eworm at archlinux.org
Thu Sep 21 23:50:43 UTC 2017
Date: Thursday, September 21, 2017 @ 23:50:42
Author: eworm
Revision: 306088
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
f2fs-tools/repos/testing-i686/
f2fs-tools/repos/testing-i686/PKGBUILD
(from rev 306087, f2fs-tools/trunk/PKGBUILD)
f2fs-tools/repos/testing-x86_64/
f2fs-tools/repos/testing-x86_64/PKGBUILD
(from rev 306087, 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 306087, f2fs-tools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-09-21 23:50:42 UTC (rev 306088)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+
+pkgname=f2fs-tools
+pkgver=1.9.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=('77217562ae7011a6d81b7b3c43c42623db1796a57596408d6c8037def70d6cc7')
+
+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 306087, f2fs-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-21 23:50:42 UTC (rev 306088)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+
+pkgname=f2fs-tools
+pkgver=1.9.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=('77217562ae7011a6d81b7b3c43c42623db1796a57596408d6c8037def70d6cc7')
+
+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