milis/talimatname/genel/c/cunit/talimat

25 lines
486 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: C için Bir Birim Test Çerçevesi
# 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}
}