wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="bluefish"
4 VERSION="2.2.10"
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="http://bluefish.openoffice.nl/index.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
15 DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 gcc-lib-base shared-mime-info "
16 BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr $fs/usr/share/locale $fs/usr/lib/bluefish
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/pixmaps $fs/usr/share
32 cp -a $install/usr/share/bluefish $fs/usr/share
33 cp -a $install/usr/share/applications $fs/usr/share
34 }