1 # $Id: PKGBUILD 20566 2008-12-05 20:40:20Z jgc $
2 # Maintainer: Aaron Griffin <aaron@archlinux.org>
3 # Originally by z4ziggy for Archie
8 pkgdesc="A stackable unification file system, which can merge the contents of several directories"
10 url="http://www.unionfs.org/"
13 makedepends=(autoconf automake libtool gcc)
15 source=(ftp://ftp.filesystems.org/pub/unionfs/unionfs-utils-0.x/snapshots/unionfs-utils-0.1-cvs${pkgver}.tar.gz)
16 md5sums=('9a0e61a38c176386feb86d0b2c157afb')
19 cd "${srcdir}/unionfs-utils-0.1-cvs${pkgver}"
20 ./bootstrap && ./configure --prefix=/usr || return 1
22 make DESTDIR="${pkgdir}" install || return 1