2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: X.Org icin Xcomposite kutuphanesi
|
|
|
|
|
# URL: http://xorg.freedesktop.org
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: xorg-libx11 xorg-proto xorg-libxfixes xorg-libxext xorg-compositeproto
|
2018-07-25 14:52:18 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=xorg-libxcomposite
|
|
|
|
|
surum=0.4.4
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXcomposite-$surum.tar.bz2)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd libXcomposite-$surum
|
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|