wok annotate 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
rev   line source
erjo@1170 1 # SliTaz package receipt.
erjo@1170 2
erjo@1170 3 PACKAGE="bluefish"
Hans-G?nter@24382 4 VERSION="2.2.12"
pascal@1423 5 CATEGORY="development"
Hans-G?nter@20750 6 TAGS="text-editor language HTML programming scripting"
Hans-G?nter@24382 7 SHORT_DESC="A powerful editor."
erjo@1170 8 MAINTAINER="erjo@slitaz.org"
pascal@15201 9 LICENSE="GPL3"
Hans-G?nter@24382 10 WEB_SITE="https://bluefish.openoffice.nl/index.html"
Hans-G?nter@20750 11
erjo@1170 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
Hans-G?nter@24382 13 WGET_URL="https://www.bennewitz.com/$PACKAGE/stable/source/$TARBALL"
erjo@1170 14
Hans-G?nter@24382 15 SUGGESTED="bluefish-lang"
Hans-G?nter@24382 16 DEPENDS="aspell gtk+ libxml2 pcre shared-mime-info xorg-libXdamage"
Hans-G?nter@24382 17 BUILD_DEPENDS="expat-dev gtk+-dev intltool libxml2-dev pcre-dev"
@11664 18
erjo@1170 19 # Rules to configure and make the package.
erjo@1170 20 compile_rules()
erjo@1170 21 {
Hans-G?nter@20750 22 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@20750 23 make &&
Hans-G?nter@20750 24 make install
erjo@1170 25 }
erjo@1170 26
erjo@1170 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1170 28 genpkg_rules()
erjo@1170 29 {
Hans-G?nter@24382 30 mkdir -p $fs/usr/share
Hans-G?nter@24382 31
Hans-G?nter@24382 32 cp -a $install/usr/bin $fs/usr
Hans-G?nter@24382 33 cp -a $install/usr/share/pixmaps $fs/usr/share
Hans-G?nter@24382 34 cp -a $install/usr/share/bluefish $fs/usr/share
Hans-G?nter@24382 35 cp -a $install/usr/share/applications $fs/usr/share
erjo@1170 36 }