summaryrefslogtreecommitdiff
path: root/repo/x11/xcb-util-image.xibuild
blob: 6a2cbca51ac5b94549fe74e6d7474be9eca69ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

MAKEDEPS=(make)
DEPS=(xcb-util)

PKG_VER=0.4.0
SOURCE=https://xcb.freedesktop.org/dist/xcb-util-image-$PKG_VER.tar.bz2

DESC="Utility libraries for XC Binding, with ports of Xlib's XImage"

build () {
    ./configure $XORG_CONFIG &&
    make
}

package () {
    make DESTDIR=$PKG_DEST install
}