milis/talimatname/genel/q/qlibc/talimat

19 lines
354 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Hızlı ve sade C kütüphaneleri
2017-10-24 07:55:03 +02:00
# Url: https://github.com/wolkykim/qlibc
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-10-24 07:55:03 +02:00
name=qlibc
version=2.4.2
release=1
source=(https://github.com/wolkykim/qlibc/archive/v$version.tar.gz::$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make tests
make DESTDIR=$PKG install
}