milis/talimatname/genel/l/libpng/talimat

23 lines
598 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: Diğer programlar tarafından PNG dosyalarını okuma ve yazma için kullanılan kütüphaneler.
# URL: http://www.libpng.org/pub/png/libpng.html
# Paketçi: milisarge
# Gerekler:
isim=libpng
surum=1.6.29
devir=1
kaynak=( http://downloads.sourceforge.net/$isim/$isim-$surum.tar.xz \
http://downloads.sourceforge.net/project/apng/libpng/libpng16/$isim-$surum-apng.patch.gz)
derle() {
cd $isim-$surum
gzip -cd ../$isim-$surum-apng.patch.gz | patch -p0
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static
make
make DESTDIR=$PKG install
}