19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
# Tanım: Hızlı ve sade C kütüphaneleri
|
||
# Url: https://github.com/wolkykim/qlibc
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
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
|
||
}
|
||
|