[arch-commits] Commit in (4 files)

Jelle van der Waa jelle at nymeria.archlinux.org
Thu May 2 10:05:25 UTC 2013


    Date: Thursday, May 2, 2013 @ 12:05:25
  Author: jelle
Revision: 89671

initial commit

Added:
  f2fs-tools/
  f2fs-tools/repos/
  f2fs-tools/trunk/
  f2fs-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: f2fs-tools/trunk/PKGBUILD
===================================================================
--- f2fs-tools/trunk/PKGBUILD	                        (rev 0)
+++ f2fs-tools/trunk/PKGBUILD	2013-05-02 10:05:25 UTC (rev 89671)
@@ -0,0 +1,26 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=f2fs-tools
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/f2fs-tools/"
+license=('GPL')
+source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+
+	autoreconf -fi
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}/" install
+}
+
+sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')




More information about the arch-commits mailing list