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

MAKEDEPS="make asciidoc xmlto"
DEPS="libpng mesa xbitmaps xcb-util pam"

PKG_VER=1.0.7
SOURCE=https://www.x.org/pub/individual/app/xcursorgen-$PKG_VER.tar.bz2

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

package () {
    make DESTDIR=$PKG_DEST install
}