wok-next diff gsynaptics/receipt @ rev 20647

Up raptor (2.0.15), ruby (2.5.0), scons(3.0.0), screen (4.6.2), sharutils (4.15.2), slang (2.3.1), swig (3.0.12), sysstat (11.6.2), talloc (2.1.11), tcl (8.6.8), tidy-html5 (5.4.0), tk (8.6.8), udisks (1.0.5), unixODBC (2.3.5), unrar (5.5.8), upower (0.99.7), usbids (20180414), usbutils (009), vala (0.38.8), valgrind (3.13.0), wayland-protocols (1.13), yajl (2.1.0); add librep, rasqal, redland, rep-gtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 03 16:25:23 2018 +0300 (2018-05-03)
parents 757d032c55c7
children d2950281f122
line diff
     1.1 --- a/gsynaptics/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/gsynaptics/receipt	Thu May 03 16:25:23 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gsynaptics"
     1.8  VERSION="0.9.16"
     1.9 @@ -7,22 +7,22 @@
    1.10  MAINTAINER="al.bobylev@gmail.com"
    1.11  LICENSE="GPL2"
    1.12  WEB_SITE="http://sourceforge.jp/projects/gsynaptics/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="http://sourceforge.jp/frs/redir.php?m=keihanna&f=%2F$PACKAGE%2F38463%2F$TARBALL"
    1.16  
    1.17 -DEPENDS="GConf gtk+ libglade orbit2"
    1.18  BUILD_DEPENDS="gtk+-dev libglade-dev GConf-dev gnome-doc-utils intltool"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	./configure $CONFIGURE_ARGS --disable-scrollkeeper &&
    1.24 +compile_rules() {
    1.25 +	./configure \
    1.26 +		--disable-scrollkeeper \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	fix libtool &&
    1.29  	make &&
    1.30  	make install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	cp -a $install/* $fs
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="GConf gtk+ libglade orbit2"
    1.40  }