milis/talimatname/genel/libzip/talimat

21 lines
485 B
Plaintext
Raw Normal View History

2017-04-04 09:27:45 +02:00
# Description: Zip arşivlerini okumak, oluşturmak ve değiştirmek için bir C kütüphanesi
2016-02-24 01:27:23 +01:00
# URL: http://www.nih.at/libzip/index.html
2016-07-23 09:20:12 +02:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
name=libzip
version=1.0.1
release=1
source=(http://www.nih.at/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./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/$name/LICENSE
}