vicious: misc tweak; rev bump.

This commit is contained in:
wertyi48 2014-02-22 18:57:48 -04:00
parent 19dd856556
commit 7d98a6dee8

View file

@ -1,17 +1,19 @@
# Template file for 'vicious' # Template file for 'vicious'
pkgname=vicious pkgname=vicious
version=2.1.3 version=2.1.3
revision=1 revision=2
makedepends="lua-devel>=5.2"
noarch="yes"
depends="lua>=5.2"
distfiles="http://git.sysphere.org/vicious/snapshot/vicious-${version}.tar.xz" distfiles="http://git.sysphere.org/vicious/snapshot/vicious-${version}.tar.xz"
checksum="97ffb824af89f2d205b0f0909601a32d761c0c02353b59b4314fd2cc47b2a387" checksum="97ffb824af89f2d205b0f0909601a32d761c0c02353b59b4314fd2cc47b2a387"
maintainer="Steven R <strob AT styez DOT com>" hostmakedepends="lua-devel"
makedepends="${hostmakedepends}"
depends="lua"
maintainer="Steven R <dev@styez.com>"
homepage="http://git.sysphere.org/vicious/about/" homepage="http://git.sysphere.org/vicious/about/"
license="GPL-2" license="GPL-2"
short_desc="Modular widget library for window managers" short_desc="Modular widget library for window managers"
noarch="yes"
do_install() { do_install() {
vinstall LICENSE 644 "usr/share/licenses/${pkgname}/" vinstall LICENSE 644 "usr/share/licenses/${pkgname}/"
vinstall CHANGES 644 "usr/share/doc/${pkgname}/" vinstall CHANGES 644 "usr/share/doc/${pkgname}/"