diff options
Diffstat (limited to 'xorg/xorg-libxcomposite/Pkgfile')
-rw-r--r-- | xorg/xorg-libxcomposite/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxcomposite/Pkgfile b/xorg/xorg-libxcomposite/Pkgfile new file mode 100644 index 000000000..8fc2f63e5 --- /dev/null +++ b/xorg/xorg-libxcomposite/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Composite extension client library +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto + +name=xorg-libxcomposite +version=0.4.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2) + +build() { + cd libXcomposite-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |