xorg-presentproto-32: initial import, version 1.0

This commit is contained in:
Matt Housh 2014-06-15 13:29:01 -05:00
parent 81fb62dd81
commit e7d56a170f
4 changed files with 23 additions and 0 deletions

View File

View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/presentproto.pc

View File

@ -0,0 +1 @@
2d569c75884455c7148d133d341e8fd6 presentproto-1.0.tar.bz2

View File

@ -0,0 +1,18 @@
# 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}
}