wok-stable diff libgpod/receipt @ rev 7180
Added airpwn. Airpwn is a tool for generic packet injection on an 802.11 network.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 08 00:03:57 2010 +0000 (2010-11-08) |
parents | 3466efd86b61 |
children | b7319995b37e |
line diff
1.1 --- a/libgpod/receipt Fri May 01 16:07:10 2009 +0000 1.2 +++ b/libgpod/receipt Mon Nov 08 00:03:57 2010 +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.