compat-32/xorg-inputproto-32/Pkgfile

23 lines
477 B
Plaintext
Raw Normal View History

# Description: xorg proto inputproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-inputproto
name=xorg-inputproto-32
2013-03-07 09:52:42 +01:00
version=2.3
release=2
source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
build() {
cd inputproto-$version
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--without-asciidoc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/include
}