diff options
Diffstat (limited to 'xorg/xorg-libxdamage/Pkgfile')
-rw-r--r-- | xorg/xorg-libxdamage/Pkgfile | 6 |
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 } |