xorg/xorg-xf86miscproto/Pkgfile

18 lines
376 B
Plaintext

# Description: xorg proto xf86miscproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-xf86miscproto
version=0.9.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/xf86miscproto-$version.tar.bz2)
build() {
cd xf86miscproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}