wok-next annotate bluefish/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents a5b865e166cd
children 342b30daff76
rev   line source
al@20569 1 # SliTaz package receipt v2.
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"
al@19278 9 WEB_SITE="http://bluefish.openoffice.nl/index.html"
al@20569 10
erjo@1170 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@1170 12 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
erjo@1170 13
@11664 14 BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev"
@11664 15
al@20569 16 compile_rules() {
al@20569 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
al@20569 19 make &&
al@20569 20 make install
erjo@1170 21 }
erjo@1170 22
al@20569 23 genpkg_rules() {
al@20569 24 copy @std
al@20569 25 DEPENDS="gtk+ pcre xorg-libXdamage aspell libxml2 shared-mime-info"
al@20569 26 TAGS="text-editor language HTML programming scripting"
erjo@1170 27 }