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

MAKEDEPS="make"
DEPS="libx11 libxmu libxaw libxrender libxft libxkbfile"

DESC="X clock from X.Org"

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

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

package () {
    make DESTDIR=$PKG_DEST install
}