1 # Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
6 pkgdesc="unionfs-fuse is an effort to create a userland unionfs implementation that is way more flexible than the current in-kernel based unionfs solution."
8 url="http://podgorny.cz/moin/UnionFsFuse"
12 source=(http://podgorny.cz/unionfs-fuse/releases/$pkgname-$pkgver.tar.bz2)
13 md5sums=('ab00f252c55a9a7252fca13a53260bf5')
16 cd "$srcdir/$pkgname-$pkgver"
17 cmake -DCMAKE_INSTALL_PREFIX=/usr . || return 1
20 make DESTDIR="$pkgdir" install
22 install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE