wok-next view bluefish/receipt @ rev 21623

updated elfutils (0.175 -> 0.180)
author Hans-G?nter Theisgen
date Thu Jun 25 14:49:28 2020 +0100 (2020-06-25)
parents d80fc158d3af
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bluefish"
4 VERSION="2.2.11"
5 CATEGORY="development"
6 TAGS="text-editor language HTML programming scripting"
7 SHORT_DESC="A powerful editor"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="http://bluefish.openoffice.nl/index.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/$TARBALL"
15 BUILD_DEPENDS="expat-dev gtk2-dev intltool libxml2-dev pcre-dev"
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make -j1 &&
22 make install
23 }
25 genpkg_rules()
26 {
27 copy @std
29 DEPENDS="aspell gdk-pixbuf glib gtk2 libcairo libxml2 pango python
30 shared-mime-info"
31 }