wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bluefish"
4 VERSION="2.2.8"
5 CATEGORY="development"
6 SHORT_DESC="A powerful editor"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://bluefish.openoffice.nl/index.html"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
14 BUILD_DEPENDS="gtk2-dev pcre-dev intltool libxml2-dev expat-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="cairo gdk-pixbuf glib gtk2 libxml2 pango python aspell \
26 shared-mime-info"
27 TAGS="text-editor language HTML programming scripting"
28 }