wok diff geany-plugins/receipt @ rev 21561
created recipe for ragel
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 16 17:30:45 2019 +0100 (2019-05-16) |
parents | a78610b2eb47 |
children | cc07895be981 |
line diff
1.1 --- a/geany-plugins/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/geany-plugins/receipt Thu May 16 17:30:45 2019 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 #HOST_ARCH="i486 arm" 1.5 1.6 DEPENDS="enchant gtkspell geany lua" 1.7 -BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev" 1.8 +BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev bash" 1.9 1.10 # Handle cross compilation. 1.11 case "$ARCH" in 1.12 @@ -23,6 +23,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + #ln -fs bash /bin/sh # needs var+="string" support 1.17 ./configure \ 1.18 --libexecdir=/usr/lib \ 1.19 --enable-addons \