diff options
Diffstat (limited to 'xorg/xorg-xrandr/Pkgfile')
-rw-r--r-- | xorg/xorg-xrandr/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xrandr/Pkgfile b/xorg/xorg-xrandr/Pkgfile new file mode 100644 index 000000000..02989dcad --- /dev/null +++ b/xorg/xorg-xrandr/Pkgfile @@ -0,0 +1,18 @@ +# Description: Resize and rotate utility for X +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libxrandr + +name=xorg-xrandr +version=1.3.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2) + +build() { + cd xrandr-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |