summaryrefslogtreecommitdiffstats
path: root/xorg-libxdamage/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxdamage/Pkgfile')
-rw-r--r--xorg-libxdamage/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile
new file mode 100644
index 000000000..8f599710d
--- /dev/null
+++ b/xorg-libxdamage/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Damage extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes, xorg-xextproto, xorg-damageproto
+# Run on: xorg-libx11,xorg-libxfixes
+
+name=xorg-libxdamage
+version=1.1.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
+
+build() {
+ cd libXdamage-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}