wok view bluefish/receipt @ rev 24382

updated bluefish (2.2.10 -> 2.2.12)
author Hans-G?nter Theisgen
date Sun Feb 06 10:59:31 2022 +0100 (2022-02-06)
parents d1aa8d06c7fb
children 076f424196b2
line source
1 # SliTaz package receipt.
3 PACKAGE="bluefish"
4 VERSION="2.2.12"
5 CATEGORY="development"
6 TAGS="text-editor language HTML programming scripting"
7 SHORT_DESC="A powerful editor."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://bluefish.openoffice.nl/index.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.bennewitz.com/$PACKAGE/stable/source/$TARBALL"
15 SUGGESTED="bluefish-lang"
16 DEPENDS="aspell gtk+ libxml2 pcre shared-mime-info xorg-libXdamage"
17 BUILD_DEPENDS="expat-dev gtk+-dev intltool libxml2-dev pcre-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/pixmaps $fs/usr/share
34 cp -a $install/usr/share/bluefish $fs/usr/share
35 cp -a $install/usr/share/applications $fs/usr/share
36 }