diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 00:45:29 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 00:45:29 +0000 |
commit | c9107f36db837bd3ede97a9b3cf7b1c56d66eddd (patch) | |
tree | f4e934280b5aaf908dec130470d916016ed9da94 /system/gettext-tiny | |
parent | 7417c7aaf9619beaa518e0b4f392074dcee66724 (diff) | |
download | packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.tar.gz packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.tar.bz2 packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.tar.xz packages-c9107f36db837bd3ede97a9b3cf7b1c56d66eddd.zip |
system/g*: fix metadata
Diffstat (limited to 'system/gettext-tiny')
-rw-r--r-- | system/gettext-tiny/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/gettext-tiny/APKBUILD b/system/gettext-tiny/APKBUILD index 6edd0b4b3..a2e541df5 100644 --- a/system/gettext-tiny/APKBUILD +++ b/system/gettext-tiny/APKBUILD @@ -2,15 +2,14 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=gettext-tiny pkgver=0.3.0_pre1 -pkgrel=6 +pkgrel=7 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="" +depends="" +makedepends="" subpackages="$pkgname-dev" source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz omg-i-cant-believe-im-doing-ua-crap.patch @@ -23,12 +22,10 @@ source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz " build() { - cd "$builddir" make LIBINTL=MUSL prefix=/usr } package() { - cd "$builddir" make LIBINTL=MUSL DESTDIR="$pkgdir" prefix=/usr install } |