wok-next diff telegram/receipt @ rev 20424

linux-dev: move creation to compile_rules(), keep genpkg_rules() for copying/splitting only
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 12 17:02:57 2018 +0200 (2018-01-12)
parents 6c12ac1293fc
children e6615350078d
line diff
     1.1 --- a/telegram/receipt	Mon Oct 16 13:38:21 2017 +0200
     1.2 +++ b/telegram/receipt	Fri Jan 12 17:02:57 2018 +0200
     1.3 @@ -12,7 +12,8 @@
     1.4  WGET_URL="$WEB_SITE/archive/$GITHASH.tar.gz"
     1.5  
     1.6  DEPENDS="libconfig libedit ncurses libcrypto"
     1.7 -BUILD_DEPENDS="wget libconfig-dev lua-dev readline-dev openssl-dev libedit"
     1.8 +BUILD_DEPENDS="wget libconfig-dev lua-dev readline-dev openssl-dev libedit \
     1.9 +zlib-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()