wok-4.x diff orpheus/receipt @ rev 9560
Fixed slitaz-configs.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Apr 11 10:03:44 2011 +0000 (2011-04-11) |
parents | 6ec17b55b59a |
children | 0a4f92caca22 |
line diff
1.1 --- a/orpheus/receipt Wed Feb 24 11:10:57 2010 +0000 1.2 +++ b/orpheus/receipt Mon Apr 11 10:03:44 2011 +0000 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.