19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
|
# Description: xorg proto presentproto
|
||
|
# URL: http://xorg.freedesktop.org
|
||
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
||
|
# Depends on: xorg-presentproto
|
||
|
|
||
|
name=xorg-presentproto-32
|
||
|
version=1.0
|
||
|
release=1
|
||
|
source=(http://xorg.freedesktop.org/archive/individual/proto/presentproto-$version.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd presentproto-$version
|
||
|
./configure --prefix=/usr \
|
||
|
--libdir=/usr/lib32
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
rm -r $PKG/usr/{include,share}
|
||
|
}
|