summaryrefslogtreecommitdiff
path: root/repo/luit/luit.xibuild
blob: 8f92fe29db741849c3448e53cce4986721f8dc6a (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 --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make
}

package () {
    make DESTDIR=$PKG_DEST install
}