milis/talimatname/genel/x/xorg-pixman/talimat

18 lines
378 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: X.org piksel manupulasyonu icin kutuphane
# URL: http://xorg.freedesktop.org
# Paketçi: milisarge
# Gerekler: libpng
_isim=pixman
isim=xorg-pixman
surum=0.32.6
devir=1
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/${_name}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}