1 # Contributor: Dragonlord <archlinux[at]dragonlord[.]cz>
6 pkgdesc="A handy and easy to use addressbook."
8 url="http://directory.fsf.org/project/dlume/"
10 depends=('gtk2' 'libxml2' 'desktop-file-utils')
11 install=$pkgname.install
12 source=(http://cvsup.theplanet.com/distfiles/$pkgname-$pkgver.tar.gz \
15 md5sums=('6b2a3ef0eff622a412395187d1c5d178'
16 '89d386aa13fe8633379d90c9bb67f523')
19 cd $startdir/src/$pkgname-$pkgver
21 ./configure --prefix=/usr --mandir=/usr/share/man
24 make DESTDIR="$startdir/pkg" install
26 install -D -m644 "$startdir/$pkgname.desktop" \
27 "$startdir/pkg/usr/share/applications/$pkgname.desktop" || return 1