gajim-plural/PKGBUILD

19 lines
366 B
Bash
Raw Normal View History

2005-03-22 15:09:21 +01:00
# For ArchLinux #
#################
pkgname=gajim
pkgver=0.6.1
2005-03-22 15:09:21 +01:00
pkgrel=1
pkgdesc="Gajim is a GTK Jabber client"
url="http://www.gajim.org"
license="GPL"
depends=(pygtk)
source=($url/downloads/$pkgname-$pkgver.tar.bz2)
2005-03-23 14:25:48 +01:00
md5sums=(8175a3ccf93093f23865baebe4fa82f8)
2005-03-22 15:09:21 +01:00
build() {
cd $startdir/src/$pkgname-$pkgver
make || return 1
make DESTDIR=$startdir/pkg install
}