milis/talimatname/genel/o/optipng/talimat

24 lines
566 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: PNG dosyalarını herhangi bir bilgi kaybı olmadan daha küçük bir boyuta sıkıştırır.
# URL: http://optipng.sourceforge.net/
# Paketçi: Cihan Alkan
# Gerekler: libpng
isim=optipng
surum=0.7.6
devir=1
kaynak=(http://downloads.sourceforge.net/sourceforge/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --mandir=/usr/share/man --with-system-libs
make
make prefix="$PKG/usr" mandir="$PKG/usr/share/man" install
# install license
install -Dm0644 LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
}