18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
# 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
|
||
# Grup: kütüphane
|
||
|
||
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
|
||
}
|