xorg/xorg-libxcomposite/Pkgfile

19 lines
495 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Composite extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto
name=xorg-libxcomposite
2007-07-06 18:35:24 +02:00
version=0.4.0
2006-04-07 18:48:00 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
build() {
cd libXcomposite-$version
2007-05-03 18:05:10 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}