[arch-commits] Commit in f2fs-tools/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu May 23 15:59:23 UTC 2013


    Date: Thursday, May 23, 2013 @ 17:59:22
  Author: tpowa
Revision: 186279

upgpkg: f2fs-tools 1.1.0_130404-1

bump to latest git, fixes LABEL and UUID support

Modified:
  f2fs-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-23 15:42:42 UTC (rev 186278)
+++ PKGBUILD	2013-05-23 15:59:22 UTC (rev 186279)
@@ -1,27 +1,31 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
 
 pkgname=f2fs-tools
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.0_130404
+pkgrel=1
 pkgdesc="Tools for Flash-Friendly File System (F2FS)"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/f2fs-tools/"
 depends=('util-linux')
 license=('GPL')
-source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
-sha256sums=('c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867')
+#source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
+source=("ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('0bb44c174a2da2a7dd1216cc46b4612c')
+options=(!libtool)
 
 build() {
 	cd "${pkgname}-${pkgver}"
 
 	autoreconf -fi
-	./configure --prefix=/usr
+	./configure --prefix=/usr --sbindir=/usr/bin
 	make
 }
 
 package() {
 	cd "${pkgname}-${pkgver}"
 
-	make DESTDIR="${pkgdir}/" install
+	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
 }
 




More information about the arch-commits mailing list