#Maintainer: Pierrick LE BRUN pkgname=intltool pkgver=0.37.1 pkgrel=1 zenver=52 arch=i486 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz) docs=(howto authors readme copying todo changelog news todo) url=www.gnome.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "intltool - Tools for PO files" "Intltool is a set of tools to centralise translation of many" "different file formats using GNU gettext-compatible PO files." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix="/usr" \ --localstatedir="/var" \ --sysconfdir="/etc" \ --mandir="/usr/man" make || return 1 make install DESTDIR=$startdir/pkg }