xorg/xorg-xrandr/Pkgfile

19 lines
387 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
2006-05-23 19:16:18 +02:00
version=1.0.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
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}