2006-05-02 23:20:32 +02:00
|
|
|
# Description: Resize and rotate utility for X
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 05:39:37 +10:00
|
|
|
# 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
|
2022-12-04 15:58:01 +00:00
|
|
|
version=1.5.2
|
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
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-05-02 23:20:32 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|