master hovercats/oakiss / repo / compose-tables / build
 1#!/bin/sh -e
 2
 3patch -p1 < 0001-remove-checks-for-X11-and-keysymdef.h.patch
 4
 5./configure \
 6    --prefix=/usr \
 7    --disable-specs \
 8    --disable-xkb \
 9    --without-fop \
10    --without-xmlto
11
12make -C nls
13make -C nls DESTDIR="$1" install