milis/talimatname/genel/l/libzip/talimat

22 lines
490 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: Zip arşivlerini okumak, oluşturmak ve değiştirmek için bir C kütüphanesi
# URL: http://www.nih.at/libzip/index.html
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=libzip
surum=1.0.1
devir=1
kaynak=(http://www.nih.at/$isim/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
ln -s /usr/lib/libzip/include/zipconf.h $PKG/usr/include/zipconf.h
install -Dm644 LICENSE $PKG/usr/share/licenses/$isim/LICENSE
}