wok diff mtdev/receipt @ rev 21707

prosody: modified VERSION
author Hans-G?nter Theisgen
date Fri Jun 07 13:37:06 2019 +0100 (2019-06-07)
parents c1cdacb7defd
children 36b510df123b
line diff
     1.1 --- a/mtdev/receipt	Sun May 04 04:28:55 2014 +0200
     1.2 +++ b/mtdev/receipt	Fri Jun 07 13:37:06 2019 +0100
     1.3 @@ -1,26 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mtdev"
     1.7 -VERSION="1.1.3"
     1.8 +VERSION="1.1.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Multitouch Protocol Translation Library"
    1.11 +SHORT_DESC="Multitouch Protocol Translation Library."
    1.12  MAINTAINER="mojo@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="http://bitmath.org/code/mtdev/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="$WEB_SITE$TARBALL"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	./configure $CONFIGURE_ARGS && make && make install
    1.25 +	./configure $CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr/lib
    1.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 +
    1.37 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.38 +	cp -a $install/usr/bin		$fs/usr
    1.39  }