# HG changeset patch # User Hans-G?nter Theisgen # Date 1549901678 -3600 # Node ID d1aa8d06c7fbb3b68909bccc65da5a80eae1d0ca # Parent 893245dd56c6640b3a76041495d81bc775ffed57 updated bluefish (2.2.0 -> 2.2.10) diff -r 893245dd56c6 -r d1aa8d06c7fb bluefish/receipt --- a/bluefish/receipt Mon Feb 11 16:51:01 2019 +0100 +++ b/bluefish/receipt Mon Feb 11 17:14:38 2019 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="bluefish" -VERSION="2.2.8" +VERSION="2.2.10" CATEGORY="development" +TAGS="text-editor language HTML programming scripting" SHORT_DESC="A powerful editor" MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" WEB_SITE="http://bluefish.openoffice.nl/index.html" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}" -TAGS="text-editor language HTML programming scripting" DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info " BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev" @@ -17,7 +18,9 @@ # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.