updated on Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git] / spill / PKGBUILD
blobcd5d46121a29846c13618955e5e36c373bb9cfe5
1 # Maintainer: MichaƂ Kazior <kazikcz@gmail.com>
2 pkgname=spill
3 pkgver=0.8
4 pkgrel=1
5 epoch=
6 pkgdesc="spill is a program for creating set of symbolic links from one directory hierarchy"
7 arch=('i686' 'x86_64')
8 url="http://www.rpcurnow.force9.co.uk/spill/index.html"
9 license=('GPL')
10 groups=()
11 depends=()
12 makedepends=('gcc' 'patch' 'coreutils')
13 checkdepends=()
14 optdepends=()
15 provides=()
16 conflicts=()
17 replaces=()
18 backup=()
19 options=()
20 install=
21 changelog=
22 source=("http://www.rpcurnow.force9.co.uk/spill/$pkgname-$pkgver.tar.gz"
23         "spill-0.8-makefile.diff")
24 noextract=()
26 build() {
27   cd "$srcdir/$pkgname-$pkgver"
28   patch -p1 -i "$srcdir/spill-0.8-makefile.diff"
29   ./configure --prefix=/usr
30   make
33 package() {
34   cd "$srcdir/$pkgname-$pkgver"
35   make DESTDIR="$pkgdir/" install
37 md5sums=('b87465402413b6da4bdf2f6e4c23c008'
38          'a5320f021d43202b089031867873ccc2')