1 # Maintainer: MichaĆ Kazior <kazikcz@gmail.com>
6 pkgdesc="spill is a program for creating set of symbolic links from one directory hierarchy"
8 url="http://www.rpcurnow.force9.co.uk/spill/index.html"
12 makedepends=('gcc' 'patch' 'coreutils')
22 source=("http://www.rpcurnow.force9.co.uk/spill/$pkgname-$pkgver.tar.gz"
23 "spill-0.8-makefile.diff")
27 cd "$srcdir/$pkgname-$pkgver"
28 patch -p1 -i "$srcdir/spill-0.8-makefile.diff"
29 ./configure --prefix=/usr
34 cd "$srcdir/$pkgname-$pkgver"
35 make DESTDIR="$pkgdir/" install
37 md5sums=('b87465402413b6da4bdf2f6e4c23c008'
38 'a5320f021d43202b089031867873ccc2')