void-packages/srcpkgs/lxmenu-data/template
2025-04-14 17:48:22 -07:00

16 lines
523 B
Bash

# Template file for 'lxmenu-data'
pkgname=lxmenu-data
version=0.1.6
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool automake glib-devel gettext-devel"
short_desc="LXDE freedesktop menu required files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://lxde.org/"
distfiles="https://github.com/lxde/lxmenu-data/archive/refs/tags/${version}.tar.gz"
checksum=b237e732609fb2a521a942e08bb825ac7973ee478db7567d3606665a3793b2e8
pre_configure() {
autoreconf -fi
}