diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-16 20:39:51 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-16 21:23:34 -0500 |
commit | 82e94e7e4a3eb810722a7692e8aa058edc5f1f0b (patch) | |
tree | 3a4632910155e7127693aa6f2e508581e509ed29 /system/gettext-tiny/APKBUILD | |
parent | b31e3202e80e91de3344a0f83a42b625156602f1 (diff) | |
download | packages-82e94e7e4a3eb810722a7692e8aa058edc5f1f0b.tar.gz packages-82e94e7e4a3eb810722a7692e8aa058edc5f1f0b.tar.bz2 packages-82e94e7e4a3eb810722a7692e8aa058edc5f1f0b.tar.xz packages-82e94e7e4a3eb810722a7692e8aa058edc5f1f0b.zip |
system/gettext-tiny: ship a Makefile.in.in that works
Diffstat (limited to 'system/gettext-tiny/APKBUILD')
-rw-r--r-- | system/gettext-tiny/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/gettext-tiny/APKBUILD b/system/gettext-tiny/APKBUILD index 8952f5ebe..4a6d253d6 100644 --- a/system/gettext-tiny/APKBUILD +++ b/system/gettext-tiny/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=gettext-tiny pkgver=0.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="An internationalisation and localisation system" url="https://github.com/sabotage-linux/gettext-tiny" arch="all" @@ -13,7 +13,9 @@ depends_dev="!gettext-dev" install="" subpackages="$pkgname-dev" source="http://ftp.barfooze.de/pub/sabotage/tarballs/gettext-tiny-$pkgver.tar.xz - stop-doing-macro-crap.patch" + cheap-hack-for-autopoint.patch + stop-doing-macro-crap.patch + " build() { cd "$builddir" @@ -26,4 +28,5 @@ package() { } sha512sums="4d8d9d02042adf023bfd2502fa7598f9b16ef2e03dd3d39fd3ba36f1be1d884d1b891600d9263e11948e3979909ea810a1d1b8cefc7e522feda8b422a1107a2e gettext-tiny-0.2.0.tar.xz +ffb10a0ee12acb843d94f160ae0f508cdd6e20a51a3207647ed312da4261247dcf0f16b7b5536b92c62fc0c274cf8ecc2de978fe936201d26d955b9723b1e1ea cheap-hack-for-autopoint.patch d2a1a6b1f135c25172cf98dfed64739ff85f6016a31c3ce028b3a7aa72de0b55c1f9a54c5ba2c58817f5222c3d2a5bc3d03ec9058ae5fbae2c798df9227a4e52 stop-doing-macro-crap.patch" |