check
This commit is contained in:
parent
3c0912efde
commit
b6d7d216f0
|
@ -7,10 +7,11 @@
|
||||||
isim=check
|
isim=check
|
||||||
surum=0.12.0
|
surum=0.12.0
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz)
|
kaynak=(https://github.com/libcheck/check/releases/download/$surum/check-$surum.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd $isim-$surum
|
cd $isim-$surum
|
||||||
|
autoreconf -fi
|
||||||
./configure --prefix=/usr --disable-static
|
./configure --prefix=/usr --disable-static
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
Loading…
Reference in New Issue