milis/talimatname/genel/c/cairo/talimat

20 lines
512 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: Cairo, çoklu çıktı aygıtlarını destekleyen 2D grafik kitaplığıdır.
# URL: http://www.cairographics.org/
# Paketçi: milisarge
# Gerekler: libpng glib xorg-pixman xorg-fontconfig xcb-util xorg-libxrender xorg-mesa xorg-glu xorg-libxxf86vm
# Grup: kütüphane
isim=cairo
surum=1.14.6
devir=1
kaynak=(http://cairographics.org/releases/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static \
--enable-tee
make
make DESTDIR=$PKG install
}