diff --git a/srcpkgs/xbattmon/template b/srcpkgs/xbattmon/template index d3f92968b1..848444e3da 100644 --- a/srcpkgs/xbattmon/template +++ b/srcpkgs/xbattmon/template @@ -1,13 +1,13 @@ # Template file for 'xbattmon' pkgname=xbattmon version=1.1 -revision=1 +revision=2 build_style=gnu-configure make_install_args="PREFIX=/usr" makedepends="libX11-devel" short_desc="Simple battery monitor" maintainer="Duncaen " -license="GPL-3" +license="ISC" homepage="http://git.2f30.org/xbattmon/" distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz" checksum=4ff7b156c69a56e4e6649a9f3bf5ee72858f856e7aad3614e8b3275a29f226ff @@ -16,3 +16,7 @@ pre_build() { [ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h sed -i '/^PREFIX =*/d' config.mk } + +post_install() { + vlicense LICENSE +}