wok view libgpod/receipt @ rev 15074

geeqie: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 16:32:16 2013 +0000 (2013-08-13)
parents 32c9fe64bb7f
children 7f9039b62d95
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.gtkpod.org/libgpod.html"
11 WGET_URL="$SF_MIRROR/gtkpod/$TARBALL"
13 DEPENDS="gtk+ mutagen libxml2 sqlite libplist zlib"
14 BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev \
15 glib-dev libplist-dev zlib-dev libffi"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
22 make PREFIX=/usr &&
23 make PREFIX=/usr DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/*.so* $fs/usr/lib/
31 }