wok diff portmap/receipt @ rev 16556
Up: spk (1.4.2) - Critical bug fix for config files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 30 14:37:37 2014 +0200 (2014-04-30) |
parents | 02bbaa9d12ba |
children | 6135577f4d08 |
line diff
1.1 --- a/portmap/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/portmap/receipt Wed Apr 30 14:37:37 2014 +0200 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="RPC portmapper" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libwrap" 1.8 -BUILD_DEPENDS="libwrap-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="${PACKAGE}-${VERSION}.tgz" 1.11 WEB_SITE="http://neil.brown.name/portmap/" 1.12 WGET_URL="http://neil.brown.name/portmap/$TARBALL" 1.13 1.14 +DEPENDS="libwrap" 1.15 +BUILD_DEPENDS="libwrap-dev" 1.16 1.17 # rules to configure and make the package. 1.18 compile_rules()