wok diff gavl/receipt @ rev 9533

Fixed erlang softlinks in /usr/bin folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 08 03:22:58 2011 +0000 (2011-04-08)
parents a413e8ddbcb5
children b7319995b37e
line diff
     1.1 --- a/gavl/receipt	Wed Oct 20 08:36:35 2010 +0000
     1.2 +++ b/gavl/receipt	Fri Apr 08 03:22:58 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gavl"
     1.7 -VERSION="1.1.1"
     1.8 +VERSION="1.2.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 @@ -10,17 +10,13 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/gmerlin/$TARBALL"
    1.15  
    1.16 -
    1.17  # Rules to configure and make the package.
    1.18 -
    1.19  compile_rules() {
    1.20 -  cd $src
    1.21 -  ./configure --prefix=/usr  \
    1.22 -			  --without-doxygen \
    1.23 -			  --with-cpuflags=none \
    1.24 -			  $CONFIGURE_ARGS &&
    1.25 -  make &&
    1.26 -  make DESTDIR=$PWD/_pkg install
    1.27 +	cd $src
    1.28 +	./configure --without-doxygen \
    1.29 +		--with-cpuflags=none &&
    1.30 +	make &&
    1.31 +	make install
    1.32  }
    1.33  	
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.