summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/intltool/PKGBUILD
blob: 562e51edc12de8a77fc2e3be9dca22cf83473c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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
}