17 lines
467 B
Plaintext
17 lines
467 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
|
||
|
||
name=xorg-libxcomposite
|
||
version=0.4.4
|
||
release=1
|
||
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXcomposite-$version.tar.bz2)
|
||
|
||
derle() {
|
||
cd libXcomposite-$version
|
||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|