milis/talimatname/genel/l/libart_lgpl/talimat

18 lines
370 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: Yüksek performanslı 2D grafikler için bir kütüphane.
# URL: http://www.levien.com/libart/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=libart_lgpl
surum=2.3.21
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/2.3/$isim-$surum.tar.bz2)
derle(){
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}