diff --git a/xorg-xrandr/.footprint b/xorg-xrandr/.footprint new file mode 100644 index 00000000..6b807ee8 --- /dev/null +++ b/xorg-xrandr/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xrandr +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xrandr.1x.gz diff --git a/xorg-xrandr/.md5sum b/xorg-xrandr/.md5sum new file mode 100644 index 00000000..ab4c8639 --- /dev/null +++ b/xorg-xrandr/.md5sum @@ -0,0 +1 @@ +14de596b7276c46b77e336cbb4f13c24 xrandr-1.0.1.tar.bz2 diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile new file mode 100644 index 00000000..91f65539 --- /dev/null +++ b/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.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2) + +build() { + cd xrandr-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +}