wok rev 9187

Fix orpheus by unsetting CFLAGS/CXXFLAGS
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 09 06:46:27 2011 +0100 (2011-03-09)
parents c245fd111ef9
children 4ac89a72e7e1
files orpheus/receipt
line diff
     1.1 --- a/orpheus/receipt	Wed Mar 09 05:02:28 2011 +0100
     1.2 +++ b/orpheus/receipt	Wed Mar 09 06:46:27 2011 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  DEPENDS="ncurses libvorbis libogg libxml2 zlib"
     1.6  SUGGESTED="mpg123"
     1.7 -BUILD_DEPENDS="ncurses-dev libvorbis-dev libogg-dev"
     1.8 +BUILD_DEPENDS="autoconf automake"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://thekonst.net/en/orpheus"
    1.11  WGET_URL="http://thekonst.net/download/$TARBALL"
    1.12 @@ -17,11 +17,10 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--mandir=/usr/share/man &&
    1.19 +	unset CFLAGS CXXFLAGS
    1.20 +	./configure &&
    1.21  	make &&
    1.22 -	make DESTDIR=$PWD/_pkg install
    1.23 +	make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.