updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / icqnd / PKGBUILD
blobf7cf5e527245cb15f8956e6b680c90b4ead88eeb
1 # Contributor: Armin Luntzer <a0049387@unet.univie.ac.at>
2 pkgname=icqnd
3 pkgver=0.2
4 pkgrel=1
5 pkgdesc="icqnd is a GTK-2 GUI for the popular ICQ program Licq" 
6 arch=(i686 x86_64 ppc)
7 url="http://icqnd.sourceforge.net/"
8 license="GPL"
9 depends=('gtk2' 'licq')
10 source=(http://dl.sourceforge.net/sourceforge/icqnd/icqnd-${pkgver}BETA.tar.bz2)
12 md5sums=('64abb0dcffc458e7db5ee5fedaadfb2f')
13 build() {
14   cd $startdir/src/${pkgver}BETA
16   ./configure --prefix=/usr
17   
18   make || return 1
19   make DESTDIR=$startdir/pkg install
21   find $startdir/pkg -name "*.la" -exec rm -f {} \;