summaryrefslogtreecommitdiff
path: root/repo/x11/luit/luit.xibuild
blob: 7a2beedab49f05f68365db4cc094c3e5845c9e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

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

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

prepare () {
    sed -i -e "/D_XOPEN/s/5/6/" configure
}

build () {
    ./configure $XORG_CONFIG
  make
}

package () {
    make DESTDIR=$PKG_DEST install
}