blob: 511e84cabf32f5f603a5d98dde8fbc0aed0f90b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Description: XCB utilities library
# URL: http://xcb.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxcb gperf
# Run on: xorg-libxcb,gperf
name=xorg-xcb-util-image
version=0.3.9
release=1
source=(http://xcb.freedesktop.org/dist/xcb-util-image-$version.tar.bz2)
build() {
cd xcb-util-image-$version
./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
|