summaryrefslogtreecommitdiff
path: root/repo/setxkbmap/setxkbmap.xibuild
blob: e0c0925585c2ea9033abeff29b48e42f2fa24f58 (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.3.2
SOURCE=https://www.x.org/pub/individual/app/setxkbmap-$PKG_VER.tar.bz2

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

package () {
    make DESTDIR=$PKG_DEST install
}