xorg-xcb-util-renderutil: initial release
This commit is contained in:
parent
33bdbf0bcb
commit
f77f6af764
12
xorg-xcb-util-renderutil/.footprint
Normal file
12
xorg-xcb-util-renderutil/.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/xcb/
|
||||
-rw-r--r-- root/root usr/include/xcb/xcb_renderutil.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libxcb-render-util.a
|
||||
-rwxr-xr-x root/root usr/lib/libxcb-render-util.la
|
||||
lrwxrwxrwx root/root usr/lib/libxcb-render-util.so -> libxcb-render-util.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libxcb-render-util.so.0 -> libxcb-render-util.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxcb-render-util.so.0.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/xcb-renderutil.pc
|
1
xorg-xcb-util-renderutil/.md5sum
Normal file
1
xorg-xcb-util-renderutil/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b346ff598ee093c141f836fbc0f8f721 xcb-util-renderutil-0.3.8.tar.bz2
|
18
xorg-xcb-util-renderutil/Pkgfile
Normal file
18
xorg-xcb-util-renderutil/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: XCB utilities library
|
||||
# URL: http://xcb.freedesktop.org
|
||||
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
||||
# Depends on: xorg-libxcb gperf
|
||||
|
||||
name=xorg-xcb-util-renderutil
|
||||
version=0.3.8
|
||||
release=1
|
||||
source=(http://www.x.org/releases/individual/xcb/xcb-util-renderutil-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd xcb-util-renderutil-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user