xorg/xorg-xrandr/Pkgfile

19 lines
378 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: CRUX Xorg Team, xorg-ports at crux dot nu
2006-05-02 23:20:32 +02:00
# Depends on: xorg-libxrandr
name=xorg-xrandr
2019-08-19 11:31:52 +02:00
version=1.5.1
2016-02-25 11:10:21 +01:00
release=1
2019-08-19 11:31:52 +02:00
source=(https://www.x.org/releases/individual/app/xrandr-$version.tar.xz)
2006-05-02 23:20:32 +02:00
build() {
cd xrandr-$version
./configure --prefix=/usr
2006-05-02 23:20:32 +02:00
make
make DESTDIR=$PKG install
}