cunit
This commit is contained in:
parent
7d7cf854c7
commit
416885d858
1 changed files with 24 additions and 0 deletions
24
talimatname/genel/c/cunit/talimat
Normal file
24
talimatname/genel/c/cunit/talimat
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Tanım: A Unit Testing Framework for C.
|
||||||
|
# URL: http://cunit.sourceforge.net
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler:
|
||||||
|
# Grup: kütüphane
|
||||||
|
|
||||||
|
isim=cunit
|
||||||
|
surum=2.1.3
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://downloads.sourceforge.net/project/cunit/CUnit/2.1-3/CUnit-2.1-3.tar.bz2)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd "CUnit-2.1-3"
|
||||||
|
./bootstrap
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-test \
|
||||||
|
--enable-shared \
|
||||||
|
--enable-static
|
||||||
|
make
|
||||||
|
CUnit/Sources/Test/test_cunit
|
||||||
|
make DESTDIR="$PKG/" install
|
||||||
|
rm -rf $PKG/usr/{share,doc}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue