# $Id: PKGBUILD 186280 2013-05-23 15:59:36Z tpowa $ # Maintainer: Tobias Powalowski # Contributor: Christian Hesse pkgname=f2fs-tools 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') 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 --sbindir=/usr/bin make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/" sbindir=/usr/bin install }