wok view libgpod/receipt @ rev 11580

libbonoboui, libgnome, libgpod: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 06 00:16:08 2012 +0100 (2012-01-06)
parents b7319995b37e
children 4904e3d374a9
line source
1 # SliTaz package receipt.
3 PACKAGE="libgpod"
4 VERSION="0.7.94"
5 CATEGORY="multimedia"
6 SHORT_DESC="a shared library to access the contents of an iPod"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="gtk+ mutagen libxml2 sqlite libplist zlib"
9 BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev \
10 glib-dev libplist-dev zlib-dev libffi"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.gtkpod.org/libgpod.html"
13 WGET_URL="$SF_MIRROR/gtkpod/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr $CONFIGURE_ARGS &&
20 make PREFIX=/usr &&
21 make PREFIX=/usr DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
29 }