check
This commit is contained in:
parent
3c0912efde
commit
b6d7d216f0
|
@ -7,10 +7,11 @@
|
|||
isim=check
|
||||
surum=0.12.0
|
||||
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() {
|
||||
cd $isim-$surum
|
||||
autoreconf -fi
|
||||
./configure --prefix=/usr --disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
|
Loading…
Reference in New Issue