forked from ports/compat-32
xorg-libxshmfence-32: initial commit
This commit is contained in:
parent
59cdb3fb9d
commit
a55a5cfbb9
0
xorg-libxshmfence-32/.32bit
Normal file
0
xorg-libxshmfence-32/.32bit
Normal file
9
xorg-libxshmfence-32/.footprint
Normal file
9
xorg-libxshmfence-32/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libxshmfence.a
|
||||
-rwxr-xr-x root/root usr/lib32/libxshmfence.la
|
||||
lrwxrwxrwx root/root usr/lib32/libxshmfence.so -> libxshmfence.so.1.0.0
|
||||
lrwxrwxrwx root/root usr/lib32/libxshmfence.so.1 -> libxshmfence.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib32/libxshmfence.so.1.0.0
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xshmfence.pc
|
1
xorg-libxshmfence-32/.md5sum
Normal file
1
xorg-libxshmfence-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
2dd10448c1166e71a176206a8dfabe6d libxshmfence-1.1.tar.bz2
|
20
xorg-libxshmfence-32/Pkgfile
Normal file
20
xorg-libxshmfence-32/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: X shared memory fences
|
||||
# URL: http://xorg.freedesktop.org
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: xorg-xproto-32 xorg-libxshmfence
|
||||
|
||||
name=xorg-libxshmfence-32
|
||||
version=1.1
|
||||
release=1
|
||||
source=(http://xorg.freedesktop.org/archive/individual/lib/libxshmfence-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd libxshmfence-$version
|
||||
|
||||
./configure --prefix=/usr --libdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/include
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user