20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
# Description: Protocol for the X Resize and Rotate Extension
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
|
|
name=xorg-randrproto
|
|
version=1.4.0
|
|
release=1
|
|
source=(http://xorg.freedesktop.org/releases/individual/proto/randrproto-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd randrproto-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -r $PKG/usr/share
|
|
}
|