compat-32/xorg-kbproto-32/Pkgfile
2015-05-05 22:29:00 +10:00

20 lines
445 B
Plaintext

# Description: xorg proto kbproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-kbproto
name=xorg-kbproto-32
version=1.0.7
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/kbproto-$version.tar.bz2)
build() {
cd kbproto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,share}
}