milis/talimatname/genel/c/cppunit/talimat

17 lines
363 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Bir C ++ birim sınama çerçevesi
2016-02-24 01:27:23 +01:00
# URL: http://www.freedesktop.org/wiki/Software/cppunit
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
2016-02-24 01:27:23 +01:00
name=cppunit
2017-09-21 22:00:34 +02:00
version=1.14.0
2016-02-24 01:27:23 +01:00
release=1
source=(http://dev-www.libreoffice.org/src/$name-$version.tar.gz)
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}