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

MAKEDEPS="make"
DEPS="xorg-util-macros xcb-util xcursorgen"

PKG_VER=1.0.6
SOURCE=https://www.x.org/pub/individual/data/xcursor-themes-$PKG_VER.tar.bz2

DESC="Cursor themes for X.Org"

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

package () {
    make DESTDIR=$PKG_DEST install
}