New package: pdmenu-1.3.4

Closes #3869
This commit is contained in:
Jürgen Buchmüller 2016-03-19 23:37:20 +01:00
parent c41962ed50
commit d023c1a374

18
srcpkgs/pdmenu/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'pdmenu'
pkgname=pdmenu
version=1.3.4
revision=1
wrksrc=${pkgname}
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="slang-devel"
short_desc="Full screen menuing system for Unix"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
homepage="https://joeyh.name/code/pdmenu/"
distfiles="http://http.debian.net/debian/pool/main/p/pdmenu/${pkgname}_${version}.tar.gz"
checksum=302aa81b8868133ff5a0f3e3e897f71d425bc628c0d7439addb623f12c277bea
do_install() {
make INSTALL_PREFIX=${DESTDIR} install
}