wok annotate bluefish/receipt @ rev 18902

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
parents 5d53e8ccbc8d
children a5b865e166cd
rev   line source
erjo@1170 1 # SliTaz package receipt.
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"
erjo@1170 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@1170 10 WEB_SITE="http://bluefish.openoffice.nl/index.html"
erjo@1170 11 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
al@17501 12 TAGS="text-editor language HTML programming scripting"
erjo@1170 13
@11664 14 DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info "
@11664 15 BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev"
@11664 16
erjo@1170 17 # Rules to configure and make the package.
erjo@1170 18 compile_rules()
erjo@1170 19 {
@11664 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@1170 21 }
erjo@1170 22
erjo@1170 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1170 24 genpkg_rules()
erjo@1170 25 {
hackdorte@18902 26 mkdir -p $fs/usr $fs/usr/share/locale $fs/usr/lib/bluefish
@11664 27 cp -a $install/usr/bin $fs/usr
@11664 28 cp -a $install/usr/share/pixmaps $fs/usr/share
@11664 29 cp -a $install/usr/share/bluefish $fs/usr/share
@11664 30 cp -a $install/usr/share/applications $fs/usr/share
erjo@1170 31 }