milis/talimatname/genel/i/imlib2/talimat

22 lines
635 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: Imlib2 hızlı dosya yükleme, kaydetme, işleme ve değiştirme için bir grafik kitaplığıdır
# URL: http://sourceforge.net/projects/enlightenment
# Paketçi: milisarge
# Gerekler: aalib giflib xorg-libxext libtiff freetype xorg-libsm libpng libjpeg-turbo libid3tag
# Grup: kütüphane
isim=imlib2
surum=1.4.10
devir=1
kaynak=(http://downloads.sourceforge.net/enlightenment/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i 's/@my_libs@//' imlib2-config.in
EXTRAOPTS="--enable-amd64"
./configure --prefix=/usr \
--sysconfdir=/etc/imlib2 \
--x-libraries=/usr/lib $EXTRAOPTS
make
make DESTDIR=$PKG install
}