mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 16:21:38 +01:00
32 lines
971 B
Plaintext
32 lines
971 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=intltool
|
|
pkgver=0.51.0
|
|
pkgrel=0
|
|
pkgdesc="The internationalization tool collection"
|
|
url="http://freedesktop.org/wiki/Software/intltool"
|
|
arch="noarch"
|
|
license="GPL2"
|
|
depends="perl perl-xml-parser gettext"
|
|
subpackages="$pkgname-doc"
|
|
source="http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
|
|
|
|
_builddir="$srcdir"/$pkgname-$pkgver
|
|
build () {
|
|
cd "$_builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make DESTDIR="$pkgdir" install || return 1
|
|
}
|
|
|
|
md5sums="12e517cac2b57a0121cda351570f1e63 intltool-0.51.0.tar.gz"
|
|
sha256sums="67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd intltool-0.51.0.tar.gz"
|
|
sha512sums="4c93cb26592ed0b1622d3b7800b5d6622ffa36f58ac73f2ef0bddfab522565fdfb8fa73d81914b9a202f1d62bc995a08960f8adb9f62c86918e75498e85fbfdf intltool-0.51.0.tar.gz"
|