gettext-tiny: use gmake

This commit is contained in:
Ella Stanforth 2022-04-21 16:12:12 +00:00
parent d5206bb40e
commit a7f17f70e6

View file

@ -1,7 +1,7 @@
pkgname=gettext-tiny
pkgver=master
mkdeps="kati"
deps=""
auto_cross
fetch() {
curl -L "https://github.com/sabotage-linux/gettext-tiny/archive/master.tar.gz" -o $pkgname-$pkgver.tar.gz
@ -10,12 +10,12 @@ fetch() {
build() {
cd $pkgname-$pkgver
ckati
bad --gmake gmake
}
package() {
cd $pkgname-$pkgver
ckati install DESTDIR=$pkgdir prefix=/usr
bad --gmake gmake install DESTDIR=$pkgdir prefix=/usr
}
license() {
@ -23,3 +23,7 @@ license() {
cat LICENSE
# cat COPYING
}
backup() {
return
}