wok annotate fwbuilder/receipt @ rev 21667

updated pcre and pcre-dev (8.39 -> 8.43)
author Hans-G?nter Theisgen
date Sat Jun 01 14:26:34 2019 +0100 (2019-06-01)
parents f21e99212ae4
children 3b69560c09e5
rev   line source
pascal@11548 1 # SliTaz package receipt.
pascal@11548 2
pascal@11548 3 PACKAGE="fwbuilder"
pascal@11548 4 VERSION="5.0.0.3568"
pascal@11548 5 CATEGORY="network"
pascal@11548 6 SHORT_DESC="Firewall management GUI."
pascal@11548 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
pascal@20672 9 WEB_SITE="https://github.com/fwbuilder"
pascal@11548 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11548 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11548 12
pascal@11548 13 DEPENDS="libxml2 libxslt zlib libQtGui libQtNetwork libQtCore"
pascal@20593 14 BUILD_DEPENDS="qmake libxslt-dev Qt4-dev autoconf automake libtool file"
pascal@11548 15
pascal@11548 16 # Rules to configure and make the package.
pascal@11548 17 compile_rules()
pascal@11548 18 {
pascal@11548 19 sed -i 's/Categories=.*/Categories=GNOME;Application;System;/' src/res/fwbuilder.desktop
pascal@11548 20 ./autogen.sh
pascal@11548 21 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@11548 22 --mandir=/usr/share/man \
pascal@11548 23 $CONFIGURE_ARGS &&
pascal@11548 24 make &&
pascal@11548 25 make INSTALL_ROOT=$DESTDIR install
pascal@11548 26 }
pascal@11548 27
pascal@11548 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11548 29 genpkg_rules()
pascal@11548 30 {
pascal@15215 31 cp -a $install/* $fs
pascal@11548 32 }