wok-next annotate bluefish/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 342b30daff76
children d5aab818505e
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"
erjo@1170 7 MAINTAINER="erjo@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"
erjo@1170 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@21017 25 DEPENDS="cairo 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 }