xorg-xcb-util-renderutil: initial release

This commit is contained in:
Juergen Daubert 2012-07-16 14:16:54 +02:00
parent 33bdbf0bcb
commit f77f6af764
3 changed files with 31 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
b346ff598ee093c141f836fbc0f8f721 xcb-util-renderutil-0.3.8.tar.bz2

View 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
}