diff options
Diffstat (limited to 'abs/extra-testing/intltool/PKGBUILD')
-rw-r--r-- | abs/extra-testing/intltool/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra-testing/intltool/PKGBUILD b/abs/extra-testing/intltool/PKGBUILD deleted file mode 100644 index 562e51e..0000000 --- a/abs/extra-testing/intltool/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 7286 2008-07-29 01:10:32Z eric $ -# Maintainer: Eric Belanger <eric@archlinux.org> -# Contributor: Jan de Groot <jgc@archlinux.org> - -pkgname=intltool -pkgver=0.40.3 -pkgrel=1 -pkgdesc="The internationalization tool collection" -arch=('i686' 'x86_64') -url="http://freedesktop.org/wiki/Software/intltool" -license=('GPL') -depends=('perlxml') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('7adee54938b22d32c63ecb5223fd4249') -sha1sums=('888f0b91cae35ef7821919d681b69a6ce81fd525') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR=${pkgdir} install || return 1 -} |