From 2848283fc59350bd19fe94f96a3a83c0bd782aa7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 13 Mar 2009 22:15:40 +0000 Subject: x11/intltool: new aport The internationalization tool collection http://freedesktop.org/wiki/Software/intltool --- x11/intltool/APKBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 x11/intltool/APKBUILD (limited to 'x11/intltool') diff --git a/x11/intltool/APKBUILD b/x11/intltool/APKBUILD new file mode 100644 index 00000000..c73092fa --- /dev/null +++ b/x11/intltool/APKBUILD @@ -0,0 +1,18 @@ +# Maintainer: Natanael Copa +pkgname=intltool +pkgver=0.40.5 +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="3e7ded6f50d88cf8b8bb505eaf591775 intltool-0.40.5.tar.bz2" -- cgit v1.2.3