wok-6.x diff bluefish/receipt @ rev 20848
updated directfb again (1.4.3 -> 1.7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 14:21:46 2019 +0100 (2019-02-21) |
parents | a5b865e166cd |
children | 3d94ada036f7 |
line diff
1.1 --- a/bluefish/receipt Tue Jul 05 19:21:55 2016 +0300 1.2 +++ b/bluefish/receipt Thu Feb 21 14:21:46 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.