xorg/xorg-libxrandr/Pkgfile

19 lines
414 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Resize and Rotate extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2018-04-14 12:01:33 +02:00
# Depends on: xorg-libxext xorg-libxrender
2006-04-07 18:48:00 +02:00
name=xorg-libxrandr
2023-10-05 10:43:48 +02:00
version=1.5.4
2016-10-05 12:56:18 +02:00
release=1
2022-11-22 19:25:50 +01:00
source=(https://www.x.org/releases/individual/lib/libXrandr-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXrandr-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}