compat-32/xorg-xproto-32/Pkgfile

23 lines
553 B
Plaintext
Raw Normal View History

# Description: xorg proto xproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xproto
name=xorg-xproto-32
version=7.0.23
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/xproto-$version.tar.bz2)
build() {
cd xproto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/xproto/{encoding,glossary,keysyms,sect1-9,x11protocol}.xml
find $PKG/usr/share -type d -delete
rm -rf $PKG/usr/include
}