wok diff portmap/receipt @ rev 18517

xset-screensaver.sh: some fixes
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 25 03:23:44 2015 +0100 (2015-10-25)
parents 02bbaa9d12ba
children 6135577f4d08
line diff
     1.1 --- a/portmap/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/portmap/receipt	Sun Oct 25 03:23:44 2015 +0100
     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()