18 lines
485 B
Plaintext
18 lines
485 B
Plaintext
# Description: libXcomposite, library Composite extension client
|
|
# URL: http://xorg.freedesktop.org
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: xorg-libx11 xorg-proto xorg-libxfixes xorg-libxext
|
|
|
|
name=xorg-libxcomposite
|
|
version=0.4.4
|
|
release=1
|
|
|
|
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXcomposite-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd libXcomposite-$version
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|