2010-11-12 08:19:24 +08:00
#
# Platform Packages for Chakra, part of chakra-project.org
#
2012-10-06 01:36:34 +08:00
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# Contributors from Arch: Andrzej Giniewicz <gginiu@gmail.com>
# Smith Dhumbumroong <zodmaner at gmail dot com>
2010-07-24 04:54:20 +08:00
pkgname = unionfs-fuse
2012-10-06 01:36:34 +08:00
pkgver = 0.26
2010-11-12 08:19:24 +08:00
pkgrel = 1
2010-07-24 04:54:20 +08:00
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."
arch = ( 'i686' 'x86_64' )
url = "http://podgorny.cz/moin/UnionFsFuse"
2012-10-06 01:36:34 +08:00
license = ( 'BSD' )
2010-07-24 04:54:20 +08:00
depends = ( 'fuse' )
2010-11-12 08:19:24 +08:00
makedepends = ( 'cmake' )
2012-10-06 01:36:34 +08:00
source = ( http://podgorny.cz/unionfs-fuse/releases/$pkgname -$pkgver .tar.xz)
md5sums = ( '689c636484756f6f7a728ef354cbeac2' )
2010-07-24 04:54:20 +08:00
build( ) {
2012-10-06 01:36:34 +08:00
cd " $srcdir " /$pkgname -$pkgver
make
}
2010-07-24 04:54:20 +08:00
2012-10-06 01:36:34 +08:00
package( ) {
cd " $srcdir " /$pkgname -$pkgver
make DESTDIR = " $pkgdir " PREFIX = /usr install
install -Dm644 " $srcdir " /$pkgname -$pkgver /LICENSE " $pkgdir " /usr/share/licenses/$pkgname /LICENSE
2010-07-24 04:54:20 +08:00
}