wok rev 21730

Add npush & oldrunner (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 12 19:02:03 2019 +0200 (2019-06-12)
parents 861efbf7a5de
children dfd3edf778f9
files npush/receipt oldrunner/receipt
line diff
     1.1 --- a/npush/receipt	Wed Jun 12 18:55:55 2019 +0200
     1.2 +++ b/npush/receipt	Wed Jun 12 19:02:03 2019 +0200
     1.3 @@ -10,7 +10,8 @@
     1.4  WEB_SITE="http://zsync.moria.org.uk/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="ncurses"
     1.8 +DEPENDS="ncurses"
     1.9 +BUILD_DEPENDS="ncurses-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
     2.1 --- a/oldrunner/receipt	Wed Jun 12 18:55:55 2019 +0200
     2.2 +++ b/oldrunner/receipt	Wed Jun 12 19:02:03 2019 +0200
     2.3 @@ -10,7 +10,8 @@
     2.4  WEB_SITE="http://culot.org/public/Code/oldrunner.html"
     2.5  WGET_URL="http://freebsd.sin.openmirrors.asia/pub/FreeBSD/ports/local-distfiles/culot/$TARBALL"
     2.6  
     2.7 -BUILD_DEPENDS="ncurses"
     2.8 +DEPENDS="ncurses"
     2.9 +BUILD_DEPENDS="ncurses-dev"
    2.10  
    2.11  # Rules to configure and make the package.
    2.12  compile_rules()