wok annotate bluefish/receipt @ rev 21317

updated libtasn1 and libtasn1-dev (4.5 -> 4.13)
author Hans-G?nter Theisgen
date Thu Apr 18 17:11:52 2019 +0100 (2019-04-18)
parents a5b865e166cd
children 3d94ada036f7
rev   line source
erjo@1170 1 # SliTaz package receipt.
erjo@1170 2
erjo@1170 3 PACKAGE="bluefish"
Hans-G?nter@20750 4 VERSION="2.2.10"
pascal@1423 5 CATEGORY="development"
Hans-G?nter@20750 6 TAGS="text-editor language HTML programming scripting"
erjo@1170 7 SHORT_DESC="A powerful editor"
erjo@1170 8 MAINTAINER="erjo@slitaz.org"
pascal@15201 9 LICENSE="GPL3"
al@19278 10 WEB_SITE="http://bluefish.openoffice.nl/index.html"
Hans-G?nter@20750 11
erjo@1170 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@1170 13 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
erjo@1170 14
@11664 15 DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info "
@11664 16 BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev"
@11664 17
erjo@1170 18 # Rules to configure and make the package.
erjo@1170 19 compile_rules()
erjo@1170 20 {
Hans-G?nter@20750 21 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@20750 22 make &&
Hans-G?nter@20750 23 make install
erjo@1170 24 }
erjo@1170 25
erjo@1170 26 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1170 27 genpkg_rules()
erjo@1170 28 {
hackdorte@18902 29 mkdir -p $fs/usr $fs/usr/share/locale $fs/usr/lib/bluefish
@11664 30 cp -a $install/usr/bin $fs/usr
@11664 31 cp -a $install/usr/share/pixmaps $fs/usr/share
@11664 32 cp -a $install/usr/share/bluefish $fs/usr/share
@11664 33 cp -a $install/usr/share/applications $fs/usr/share
erjo@1170 34 }