gettext-tiny: use gmake
This commit is contained in:
parent
d5206bb40e
commit
a7f17f70e6
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue