forked from ports/compat-32
xorg-presentproto-32: initial import, version 1.0
This commit is contained in:
parent
81fb62dd81
commit
e7d56a170f
0
xorg-presentproto-32/.32bit
Normal file
0
xorg-presentproto-32/.32bit
Normal file
4
xorg-presentproto-32/.footprint
Normal file
4
xorg-presentproto-32/.footprint
Normal 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
|
1
xorg-presentproto-32/.md5sum
Normal file
1
xorg-presentproto-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
2d569c75884455c7148d133d341e8fd6 presentproto-1.0.tar.bz2
|
18
xorg-presentproto-32/Pkgfile
Normal file
18
xorg-presentproto-32/Pkgfile
Normal 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}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user