🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: intltool
pkgver: '0.51.0'
pkgrel: '5'
pkgdesc: 'The internationalization tool collection.'
url: 'https://launchpad.net/intltool'
arch: x86_64
depends:
- perl-xml-parser
makedepends:
- perl-xml-parser
source:
- 'https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
sed -i 's:\\\${:\\\$\\{:' intltool-update.in
./configure --prefix=/usr
make
make check || true
make DESTDIR=${PKGDIR} install
mkdir -pv ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}
install -v -Dm644 doc/I18N-HOWTO ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}/I18N-HOWTO
package: |
true