xorg/xorg-xrandr/Pkgfile

19 lines
405 B
Plaintext
Raw Normal View History

2006-05-02 23:20:32 +02:00
# 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
2009-09-10 20:42:25 +02:00
version=1.3.2
2006-05-02 23:20:32 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2)
build() {
cd xrandr-$version
2007-04-20 20:45:32 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-05-02 23:20:32 +02:00
make
make DESTDIR=$PKG install
}