mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added aur/aufs3-util
This commit is contained in:
parent
6c7add1a00
commit
21d381751d
1 changed files with 24 additions and 0 deletions
24
aur/aufs3-util/PKGBUILD
Normal file
24
aur/aufs3-util/PKGBUILD
Normal 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
|
||||
}
|
Loading…
Reference in a new issue