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

MAKEDEPS="make libxml2"
DEPS=""

PKG_VER=1.14.1
SOURCE=https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$PKG_VER.tar.xz
DESC="XML-XCB protocol descriptions"

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

package () {
    make DESTDIR=$PKG_DEST install 
}