summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxdamage/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-11 18:24:44 +0100
committersibel <lesibel@free.fr>2011-03-11 18:24:44 +0100
commiteeaacc38c604d806de49c4f8390d3f7bbb11e5f7 (patch)
treed0a0a4296e0f8f5e42a20f8eb1834da6581ccd67 /xorg/xorg-libxdamage/Pkgfile
parent64a31042f2ee5de53452cf573dcf1bc664e0c3d1 (diff)
parent8a55b750f89c7c139b5fc75d888841a4991cde7c (diff)
downloadnutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.gz
nutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.bz2
nutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.xz
nutyx-extra-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'xorg/xorg-libxdamage/Pkgfile')
-rw-r--r--xorg/xorg-libxdamage/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxdamage/Pkgfile b/xorg/xorg-libxdamage/Pkgfile
index 47f80a73f..8f599710d 100644
--- a/xorg/xorg-libxdamage/Pkgfile
+++ b/xorg/xorg-libxdamage/Pkgfile
@@ -1,6 +1,6 @@
# Description: X Damage extension client library
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# 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
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.
build() {
cd libXdamage-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}