diff options
Diffstat (limited to 'xorg/xorg-xrandr/Pkgfile')
-rw-r--r-- | xorg/xorg-xrandr/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-xrandr/Pkgfile b/xorg/xorg-xrandr/Pkgfile index 02989dcad..ab626098c 100644 --- a/xorg/xorg-xrandr/Pkgfile +++ b/xorg/xorg-xrandr/Pkgfile @@ -1,6 +1,7 @@ # Description: Resize and rotate utility for X # 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-libxrandr name=xorg-xrandr @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar. build() { cd xrandr-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |