new port: unionfs-fuse

This commit is contained in:
Michael Zhou 2011-06-06 13:15:33 +00:00 committed by Natanael Copa
parent 2071eba1c4
commit e8f036a67c

View File

@ -0,0 +1,29 @@
# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
pkgname=unionfs-fuse
pkgver=0.24
pkgrel=0
pkgdesc="Union Filesystem in Userspace"
url="http://podgorny.cz/moin/UnionFsFuse"
arch="all"
license="GPL"
depends=""
makedepends="fuse-dev libiconv-dev"
subpackages="${pkgname}-doc"
source="http://podgorny.cz/unionfs-fuse/releases/${pkgname}-${pkgver}.tar.bz2"
_builddir="${srcdir}/${pkgname}-${pkgver}"
prepare() {
cd "$_builddir"
}
build() {
cd "$_builddir"
make || return 1
}
package() {
cd "$_builddir"
mkdir -p "$pkgdir"/usr/share/man/man8/
make DESTDIR="$pkgdir" PREFIX=/usr install || return 1
}
md5sums="ab00f252c55a9a7252fca13a53260bf5 unionfs-fuse-0.24.tar.bz2"