wok diff libgpod/receipt @ rev 10895

get-wakoopa: update wakoop to v2.0-2
author Liu Peng <rocky@slitaz.org>
date Thu Jul 07 05:59:46 2011 +0000 (2011-07-07)
parents 3466efd86b61
children b7319995b37e
line diff
     1.1 --- a/libgpod/receipt	Fri May 01 16:07:10 2009 +0000
     1.2 +++ b/libgpod/receipt	Thu Jul 07 05:59:46 2011 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgpod"
     1.7 -VERSION="0.7.2"
     1.8 +VERSION="0.7.94"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="a shared library to access the contents of an iPod"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 -DEPENDS="gtk+ mutagen libxml2"
    1.13 -BUILD_DEPENDS="intltool pygobject libxml2-dev"
    1.14 +DEPENDS="gtk+ mutagen libxml2 sqlite libplist zlib"
    1.15 +BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev glib-dev libplist-dev zlib-dev"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://www.gtkpod.org/libgpod.html"
    1.18  WGET_URL="$SF_MIRROR/gtkpod/$TARBALL"
    1.19 @@ -16,8 +16,8 @@
    1.20  {
    1.21  	cd $src
    1.22  	./configure --prefix=/usr &&
    1.23 -    make PREFIX=/usr &&
    1.24 -    make PREFIX=/usr DESTDIR=$PWD/_pkg install
    1.25 +	make PREFIX=/usr &&
    1.26 +	make PREFIX=/usr DESTDIR=$PWD/_pkg install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.