wok-stable annotate fwbuilder/receipt @ rev 11939
libwebkit-video: fixed wget filename
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 21:28:39 2012 -0800 (2012-02-29) |
parents | |
children |
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@11548 | 8 WEB_SITE="http://www.fwbuilder.org/" |
pascal@11548 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11548 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@11548 | 11 |
pascal@11548 | 12 DEPENDS="libxml2 libxslt zlib libQtGui libQtNetwork libQtCore" |
pascal@11548 | 13 BUILD_DEPENDS="qmake libxslt-dev Qt4-dev" |
pascal@11548 | 14 |
pascal@11548 | 15 # Rules to configure and make the package. |
pascal@11548 | 16 compile_rules() |
pascal@11548 | 17 { |
pascal@11548 | 18 cd $src |
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@11548 | 31 cp -a $_pkg/* $fs |
pascal@11548 | 32 } |