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