wok-next diff portmap/receipt @ rev 20024
Up tesseract-ocr (3.05.01)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 22 12:39:31 2017 +0200 (2017-10-22) |
parents | 02bbaa9d12ba |
children | 8e1b2a143eb3 |
line diff
1.1 --- a/portmap/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/portmap/receipt Sun Oct 22 12:39:31 2017 +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()