updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / unionfs-utils / PKGBUILD
blob8fc1ad4b8b7a712318f517225c8bd8c49a74ef5b
1 # $Id: PKGBUILD 20566 2008-12-05 20:40:20Z jgc $
2 # Maintainer: Aaron Griffin <aaron@archlinux.org>
3 # Originally by z4ziggy for Archie
5 pkgname=unionfs-utils
6 pkgver=200611041820
7 pkgrel=1
8 pkgdesc="A stackable unification file system, which can merge the contents of several directories"
9 arch=('i686' 'x86_64')
10 url="http://www.unionfs.org/"
11 license=('GPL2')
12 depends=(e2fsprogs)
13 makedepends=(autoconf automake libtool gcc)
14 options=('!libtool')
15 source=(ftp://ftp.filesystems.org/pub/unionfs/unionfs-utils-0.x/snapshots/unionfs-utils-0.1-cvs${pkgver}.tar.gz)
16 md5sums=('9a0e61a38c176386feb86d0b2c157afb')
18 build() {
19   cd "${srcdir}/unionfs-utils-0.1-cvs${pkgver}"
20   ./bootstrap && ./configure --prefix=/usr || return 1
21   make || return
22   make DESTDIR="${pkgdir}" install || return 1