wok rev 20750

updated bluefish (2.2.0 -> 2.2.10)
author Hans-G?nter Theisgen
date Mon Feb 11 17:14:38 2019 +0100 (2019-02-11)
parents 893245dd56c6
children cbcb33ee9044
files bluefish/receipt
line diff
     1.1 --- a/bluefish/receipt	Mon Feb 11 16:51:01 2019 +0100
     1.2 +++ b/bluefish/receipt	Mon Feb 11 17:14:38 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bluefish"
     1.7 -VERSION="2.2.8"
     1.8 +VERSION="2.2.10"
     1.9  CATEGORY="development"
    1.10 +TAGS="text-editor language HTML programming scripting"
    1.11  SHORT_DESC="A powerful editor"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="http://bluefish.openoffice.nl/index.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
    1.18 -TAGS="text-editor language HTML programming scripting"
    1.19  
    1.20  DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info "
    1.21  BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev"
    1.22 @@ -17,7 +18,9 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure $CONFIGURE_ARGS && make && make install
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.