wok-next annotate bluefish/receipt @ rev 21278

updated giac (1.4.9 -> 1.5.0.75)
author Hans-G?nter Theisgen
date Sat Dec 07 16:47:36 2019 +0100 (2019-12-07)
parents d5aab818505e
children d80fc158d3af
rev   line source
al@20569 1 # SliTaz package receipt v2.
erjo@1170 2
erjo@1170 3 PACKAGE="bluefish"
hackdorte@18902 4 VERSION="2.2.8"
pascal@1423 5 CATEGORY="development"
erjo@1170 6 SHORT_DESC="A powerful editor"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15201 8 LICENSE="GPL3"
al@19278 9 WEB_SITE="http://bluefish.openoffice.nl/index.html"
al@20569 10
erjo@1170 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21020 12 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/$TARBALL"
erjo@1170 13
al@21017 14 BUILD_DEPENDS="gtk2-dev pcre-dev intltool libxml2-dev expat-dev"
@11664 15
al@20569 16 compile_rules() {
al@20569 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
al@20569 19 make &&
al@20569 20 make install
erjo@1170 21 }
erjo@1170 22
al@20569 23 genpkg_rules() {
al@20569 24 copy @std
al@21105 25 DEPENDS="libcairo gdk-pixbuf glib gtk2 libxml2 pango python aspell \
al@20749 26 shared-mime-info"
al@20569 27 TAGS="text-editor language HTML programming scripting"
erjo@1170 28 }