# $Id: PKGBUILD 107424 2011-01-24 19:08:46Z tpowa $ # Contributor: Paul Mattal # Maintainer: Paul Mattal pkgname=aufs2-util pkgver=20110124 pkgrel=1 pkgdesc="Another Unionfs Implementation that supports NFS branches" arch=('i686' 'x86_64') url="http://aufs.sourceforge.net/" license=('GPL2') depends=('glibc') makedepends=('aufs2>=2.6.37_20110124' 'kernel26-headers') replaces=('aufs-utils') source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz") build() { cd $srcdir/$pkgname-$pkgver make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } md5sums=('6272b6f28477bb8bf90ed43e66564e7a')