summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/intltool/PKGBUILD
blob: b780d3b1e33d32f1a0b752795ce8a3014296f2a5 (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 19652 2008-11-28 20:22:55Z jgc $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=intltool
pkgver=0.40.5
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=('3e7ded6f50d88cf8b8bb505eaf591775')
sha1sums=('72a67f18dbc12e1af11bfff80100993107b4df84')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./configure --prefix=/usr || return 1
  make || return 1
  make DESTDIR="${pkgdir}" install || return 1
}