aboutsummaryrefslogtreecommitdiffstats
path: root/x11/intltool/APKBUILD
blob: cc50fcba759fa1ee7a030b5fea960394b89b5a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=intltool
pkgver=0.40.6
pkgrel=0
pkgdesc="The internationalization tool collection"
url="http://freedesktop.org/wiki/Software/intltool"
license="GPL"
depends="perl perl-xml-parser"
subpackages="$pkgname-doc"
source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.40/$pkgname-$pkgver.tar.bz2"

build () {
	cd "$srcdir"/$pkgname-$pkgver
	./configure --prefix=/usr || return 1
	make || return 1
	make DESTDIR="$pkgdir" install || return 1
}
md5sums="69bc0353323112f42ad4f9cf351bc3e5  intltool-0.40.6.tar.bz2"