xorg-xcb-util-image: initial release
This commit is contained in:
parent
32eeecb7ec
commit
e7fbeacfae
14
xorg-xcb-util-image/.footprint
Normal file
14
xorg-xcb-util-image/.footprint
Normal file
@ -0,0 +1,14 @@
|
||||
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_bitops.h
|
||||
-rw-r--r-- root/root usr/include/xcb/xcb_image.h
|
||||
-rw-r--r-- root/root usr/include/xcb/xcb_pixel.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libxcb-image.a
|
||||
-rwxr-xr-x root/root usr/lib/libxcb-image.la
|
||||
lrwxrwxrwx root/root usr/lib/libxcb-image.so -> libxcb-image.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libxcb-image.so.0 -> libxcb-image.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxcb-image.so.0.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/xcb-image.pc
|
1
xorg-xcb-util-image/.md5sum
Normal file
1
xorg-xcb-util-image/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
fabb80b36490b00fc91289e2c7f66770 xcb-util-image-0.3.9.tar.bz2
|
18
xorg-xcb-util-image/Pkgfile
Normal file
18
xorg-xcb-util-image/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-image
|
||||
version=0.3.9
|
||||
release=1
|
||||
source=(http://www.x.org/releases/individual/xcb/xcb-util-image-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd xcb-util-image-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user