wok diff plotdrop/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 7896f0694ef6
children 080c1dff8494
line diff
     1.1 --- a/plotdrop/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/plotdrop/receipt	Fri Oct 04 15:39:32 2019 +0100
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="plotdrop"
     1.7 -VERSION="0.5.3"
     1.8 +VERSION="0.5.4"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="A minimal GTK frontend to GNUPlot."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://plotdrop.sourceforge.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://plotdrop.sourceforge.net/"
    1.17  WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11 libglade"
    1.20 -BUILD_DEPENDS="libglade-dev glib-dev"
    1.21 +DEPENDS="expat gnuplot gtk+ libglade libxml2 xorg-libX11"
    1.22 +BUILD_DEPENDS="glib-dev libglade-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	make PREFIX=/usr &&
    1.29  	make PREFIX=/usr DESTDIR=$DESTDIR install
    1.30  }
    1.31 @@ -25,7 +25,9 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/share $fs/usr
    1.37 +
    1.38 +	cp -a $install/usr/bin		$fs/usr
    1.39 +	cp -a $install/usr/share	$fs/usr
    1.40 +
    1.41  	rm $fs/usr/share/$PACKAGE/*.png
    1.42  }