wok diff bacon/receipt @ rev 20834

Remove pidgin-facebookchat: replaced by purple-facebook
author Richard Dunbar <mojo@slitaz.org>
date Tue Feb 19 13:18:24 2019 -0500 (2019-02-19)
parents
children 66359cd3b1f7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bacon/receipt	Tue Feb 19 13:18:24 2019 -0500
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="bacon"
     1.7 +VERSION="3.8.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Basic to c converter"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.basic-converter.org/"
    1.14 +WGET_URL="${WEB_SITE}stable/$TARBALL"
    1.15 +TAGS="basic C"
    1.16 +
    1.17 +DEPENDS="gtk+"
    1.18 +BUILD_DEPENDS="gtk+-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure --prefix=/usr \
    1.24 +		--mandir=/usr/share/man \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make -j 1 &&
    1.27 +	make -j 1 DESTDIR=$DESTDIR install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cp -a $install/usr $fs
    1.34 +}