# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=gettext-tiny pkgver=0.2.0 pkgrel=0 pkgdesc="An internationalisation and localisation system" url="https://github.com/sabotage-linux/gettext-tiny" arch="all" options="!check" # No test suite. license="MIT" depends="!gettext" depends_dev="!gettext-dev" install="" subpackages="$pkgname-dev" source="http://ftp.barfooze.de/pub/sabotage/tarballs/gettext-tiny-$pkgver.tar.xz" build() { cd "$builddir" make LIBINTL=MUSL } package() { cd "$builddir" make DESTDIR="$pkgdir" prefix=/usr install } sha512sums="4d8d9d02042adf023bfd2502fa7598f9b16ef2e03dd3d39fd3ba36f1be1d884d1b891600d9263e11948e3979909ea810a1d1b8cefc7e522feda8b422a1107a2e gettext-tiny-0.2.0.tar.xz"