xorg/xorg-inputproto/Pkgfile

19 lines
414 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg proto inputproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-util-macros
2006-04-07 18:48:00 +02:00
name=xorg-inputproto
2014-05-31 18:34:20 +02:00
version=2.3.1
release=1
2008-07-29 17:35:28 +02:00
source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd inputproto-$version
./configure --prefix=/usr --without-asciidoc
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}