xorg-xcb-util-error: initial commit, version 1.0
This commit is contained in:
parent
8b71b456e4
commit
4509959bf8
12
xorg-xcb-util-error/.footprint
Normal file
12
xorg-xcb-util-error/.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_errors.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libxcb-errors.a
|
||||
-rwxr-xr-x root/root usr/lib/libxcb-errors.la
|
||||
lrwxrwxrwx root/root usr/lib/libxcb-errors.so -> libxcb-errors.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libxcb-errors.so.0 -> libxcb-errors.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxcb-errors.so.0.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/xcb-errors.pc
|
5
xorg-xcb-util-error/.signature
Normal file
5
xorg-xcb-util-error/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/xorg.pub
|
||||
RWTSGWF5Q7TndP0g8unkWNRL051XFBeUNkrffXm2pSdT2kXDFl0rOeicoPE4oXTAr42VfzPXPZMmPh3sJjC86To9mN6pkbjAOgo=
|
||||
SHA256 (Pkgfile) = 61b9cb51b6121dbf580ba11e35154a863b1363d3265d777796366d082afa6e66
|
||||
SHA256 (.footprint) = 835f7db8dfa0d833b6c50a0ff43f7550b1c7d317d6cc734665c9c649146a6b79
|
||||
SHA256 (xcb-util-errors-1.0.tar.bz2) = 682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995
|
16
xorg-xcb-util-error/Pkgfile
Normal file
16
xorg-xcb-util-error/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: XCB errors library
|
||||
# URL: https://cgit.freedesktop.org/xcb/util-errors/
|
||||
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
||||
# Depends on: xorg-xcb-util
|
||||
|
||||
name=xorg-xcb-util-error
|
||||
version=1.0
|
||||
release=1
|
||||
source=(https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd xcb-util-errors-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user