xorg/xorg-inputproto/Pkgfile

21 lines
431 B
Plaintext

# Description: xorg proto inputproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-util-macros
name=xorg-inputproto
version=2.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
build() {
cd inputproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
find $PKG/usr/share -type d -delete
}