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

18 lines
386 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X.org piksel manupulasyonu icin kutuphane
2016-02-24 01:27:23 +01:00
# URL: http://xorg.freedesktop.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libpng
2016-02-24 01:27:23 +01:00
2017-01-30 02:42:26 +01:00
_name=pixman
2016-02-24 01:27:23 +01:00
name=xorg-pixman
version=0.32.6
release=1
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/${_name}-$version.tar.bz2)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd ${_name}-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}