wok diff embryo/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents c031ece936b7
children 7e8c367aa3c7
line diff
     1.1 --- a/embryo/receipt	Tue Apr 23 07:01:02 2013 +0200
     1.2 +++ b/embryo/receipt	Mon Aug 05 11:40:01 2013 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="embryo"
     1.7 -VERSION="1.7.6"
     1.8 +VERSION="1.7.7"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Enlightenment's - Small Pawn based virtual machine and compiler."
    1.11 +SHORT_DESC="EFL Small Pawn based virtual machine and compiler."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.enlightenment.org/"
    1.15 @@ -16,7 +16,8 @@
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	./configure $CONFIGURE_ARGS && make && make install
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	make $MAKEFLAGS && make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.