wok diff gavl/receipt @ rev 14859

Up: gpodder (3.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Mon Jul 22 18:17:33 2013 -0300 (2013-07-22)
parents b7319995b37e
children 2b9f96603415
line diff
     1.1 --- a/gavl/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/gavl/receipt	Mon Jul 22 18:17:33 2013 -0300
     1.3 @@ -1,27 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gavl"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.4.0"
     1.9  CATEGORY="multimedia"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  SHORT_DESC="A low level library, upon which multimedia APIs can be built."
    1.12  WEB_SITE="http://gmerlin.sourceforge.net/"
    1.13 -DEPENDS="glibc-base"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="$SF_MIRROR/gmerlin/$TARBALL"
    1.16  
    1.17 +DEPENDS="glibc-base"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20 -compile_rules() {
    1.21 +compile_rules()
    1.22 +{
    1.23  	cd $src
    1.24  	./configure --without-doxygen \
    1.25  		--with-cpuflags=none $CONFIGURE_ARGS &&
    1.26 -	make &&
    1.27 -	make install
    1.28 +	make && make install
    1.29  }
    1.30  	
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/lib 
    1.35 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.36 +	cp -a $install/usr/lib/*so* $fs/usr/lib/
    1.37  }