compat-32/xorg-xcb-proto-32/Pkgfile

20 lines
444 B
Plaintext

# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: python-32 xorg-xcb-proto
name=xorg-xcb-proto-32
version=1.12
release=1
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)
build() {
cd xcb-proto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{lib,share}
}