New package: hsetroot-1.0.2

This commit is contained in:
Ypnose 2013-06-06 17:20:49 +02:00
parent 8bde50043f
commit aa3a43b3db

19
srcpkgs/hsetroot/template Normal file
View File

@ -0,0 +1,19 @@
# Template build file for 'hsetroot'.
pkgname=hsetroot
version=1.0.2
revision=1
build-style=gnu-configure
makedepends="imlib2-devel"
short_desc="A tool which changes X server wallpapers"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
homepage="http://www.thegraveyard.org/hsetroot.php"
distfiles="http://www.thegraveyard.org/files/${pkgname}-${version}.tar.gz"
checksum=d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7
hsetroot_package() {
depends="imlib2"
pkg_install() {
vmove usr
}
}