added aur/aufs3-util

This commit is contained in:
Kevin Mihelich 2012-02-16 21:49:25 -05:00
parent 6c7add1a00
commit 21d381751d

24
aur/aufs3-util/PKGBUILD Normal file
View file

@ -0,0 +1,24 @@
# Maintainer: Calimero <calimerotekni@free.fr>
plugrel=1
noautobuild=1
pkgname=aufs3-util
pkgver=20111216
pkgrel=1
pkgdesc="Another Unionfs Implementation that supports NFS branches"
arch=('i686' 'x86_64')
url="http://aufs.sourceforge.net/"
license=('GPL2')
source=("http://calimeroteknik.free.fr/src/${pkgname}-${pkgver}.tar.gz")
md5sums=('aa0018796455a3709c9c29e457fe3a95')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}