milis/talimatname/genel/c/check/talimat

19 lines
371 B
Plaintext
Raw Normal View History

2017-12-24 00:47:53 +01:00
# Tanım:C için birim test çerçevesi
# URL: http://check.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2017-12-24 00:47:53 +01:00
# Gerekler:
# Grup: sistem
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=check
2018-02-11 12:11:04 +01:00
surum=0.12.0
2017-10-28 14:10:23 +02:00
devir=1
2018-02-26 21:15:56 +01:00
kaynak=(https://github.com/libcheck/check/releases/download/$surum/check-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2018-02-26 09:56:10 +01:00
cd $isim-$surum
2018-02-26 21:15:56 +01:00
autoreconf -fi
2018-02-26 09:56:10 +01:00
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}