summaryrefslogtreecommitdiffstats
path: root/xorg-xrandr/Pkgfile.old
blob: 8f2ffe76244a701eec2e924947aa9c5a5547c9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.3
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
}