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

MAKEDEPS="make"
DEPS="xcb-util"

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

DESC="XCB cursor library"

build () {
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static &&
    make
}

package () {
    make DESTDIR=$PKG_DEST install
}