1 # Contributer: Paride Legovini <legovini@spiro.fisica.unipd.it>
6 pkgdesc="Imlib2 based, Xinerama/Xrandr-aware minimalist background setter (last hg pull)"
7 url="http://s01.de/~tox/index.cgi/proj_bgs"
10 depends=("libx11" "libxinerama" "imlib2")
11 makedepends=("mercurial")
18 _hgroot="http://s01.de/~tox/hg"
24 # update the repo, else clone a new one
25 if [ -d ${_hgrepo} ]; then
30 hg clone ${_hgroot}/${_hgrepo}
34 # add the correct settings to config.mk
35 sed -e "s|^\(\s*PREFIX =\).*|\1 /usr|" -i config.mk
37 msg "Starting build process."
39 make DESTDIR=${pkgdir} install