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