wok diff libcddb/receipt @ rev 5153

get-virtualbox: Fix build.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 24 14:34:06 2010 +0100 (2010-03-24)
parents e0f2bee5b24d
children 104fa9a014c1
line diff
     1.1 --- a/libcddb/receipt	Wed Feb 13 14:19:21 2008 +0100
     1.2 +++ b/libcddb/receipt	Wed Mar 24 14:34:06 2010 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="C library to access data on a CDDB server (freedb.org)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 +DEPENDS="libcdio"
     1.8  WEB_SITE="http://libcddb.sourceforge.net/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11 @@ -17,8 +18,8 @@
    1.12  		--prefix=/usr \
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21