21 lines
548 B
Bash
21 lines
548 B
Bash
# Template file for 'menumaker'
|
|
pkgname=menumaker
|
|
version=0.99.12
|
|
revision=2
|
|
build_style=gnu-configure
|
|
pycompile_dirs="/usr/share/menumaker"
|
|
hostmakedepends="python"
|
|
makedepends="python"
|
|
depends="python"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|