diff options
Diffstat (limited to 'xorg/xorg-libxrandr/Pkgfile')
-rw-r--r-- | xorg/xorg-libxrandr/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxrandr/Pkgfile b/xorg/xorg-libxrandr/Pkgfile index e0ae27940..1100e3388 100644 --- a/xorg/xorg-libxrandr/Pkgfile +++ b/xorg/xorg-libxrandr/Pkgfile @@ -1,6 +1,7 @@ # Description: X Resize and Rotate 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-randrproto, xorg-xextproto, xorg-libxext, xorg-libxrender, xorg-renderproto name=xorg-libxrandr @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.t build() { cd libXrandr-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |