milis/talimatname/genel/s/skalibs/talimat

20 lines
485 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: genel güvenlik ihtiyaçları doğrultusunda küçük bir C kütüphanesi
# URL: http://www.skarnet.org/software/skalibs/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=skalibs
surum=2.6.4.0
devir=1
kaynak=(http://www.skarnet.org/software/skalibs/skalibs-$surum.tar.gz)
derle() {
cd $SRC/$isim-$surum
./configure --prefix=/usr \
--datadir=/etc
make
make install DESTDIR=${PKG}
install -D COPYING $PKG/usr/share/licenses/$isim/LICENSE
}