This commit is contained in:
milisbir 2018-02-26 22:15:56 +02:00
parent 3c0912efde
commit b6d7d216f0
1 changed files with 2 additions and 1 deletions

View File

@ -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