# $Id: PKGBUILD 185727 2013-05-17 18:43:30Z dan $ # Maintainer: Dan McGee # Contributor: Geoffroy Carrier pkgname=nilfs-utils pkgver=2.1.5 pkgrel=1 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') url="http://www.nilfs.org/" license=('GPL2' 'LGPL2.1') backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') options=(!libtool) source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) md5sums=('f072cc53c288492061b3199d63e32177') build() { cd $pkgname-$pkgver ./configure --enable-libmount make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install LDCONFIG=/bin/true }