milis/talimatname/genel/q/qlibc/talimat

19 lines
361 B
Plaintext
Raw Normal View History

2017-10-24 07:55:03 +02:00
# Description: Hızlı ve sade C kütüphaneleri
# Url: https://github.com/wolkykim/qlibc
# Packager: milisarge
# Depends on:
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
}