menumaker: update to 0.99.14, move to python3.
This commit is contained in:
parent
fc118eccd2
commit
066fd9941f
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'menumaker'
|
||||
pkgname=menumaker
|
||||
version=0.99.12
|
||||
revision=2
|
||||
version=0.99.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="/usr/share/menumaker"
|
||||
hostmakedepends="python"
|
||||
makedepends="python"
|
||||
depends="python"
|
||||
hostmakedepends="python3"
|
||||
makedepends="python3"
|
||||
depends="python3"
|
||||
short_desc="Menu generation utility"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://menumaker.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c
|
||||
python_version=2
|
||||
checksum=11e95d0e76a3b850f57df81bc5560222bd60141c5751b6e9bd05c3cd5560d65a
|
||||
python_version=3
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue