parent
c41962ed50
commit
d023c1a374
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue