milis/talimatname/genel/q/qlibc/talimat

20 lines
363 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: Hızlı ve sade C kütüphaneleri
# Url: https://github.com/wolkykim/qlibc
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=qlibc
surum=2.4.2
devir=1
kaynak=(https://github.com/wolkykim/qlibc/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make tests
make DESTDIR=$PKG install
}