wok annotate libgpod/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 32c9fe64bb7f
children 7f9039b62d95
rev   line source
jozee@2858 1 # SliTaz package receipt.
jozee@2858 2
jozee@2858 3 PACKAGE="libgpod"
slaxemulator@6348 4 VERSION="0.7.94"
jozee@2858 5 CATEGORY="multimedia"
jozee@2858 6 SHORT_DESC="a shared library to access the contents of an iPod"
jozee@2858 7 MAINTAINER="jozee@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
pascal@14714 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14714 10 WEB_SITE="http://www.gtkpod.org/libgpod.html"
pascal@14714 11 WGET_URL="$SF_MIRROR/gtkpod/$TARBALL"
pascal@14714 12
slaxemulator@6348 13 DEPENDS="gtk+ mutagen libxml2 sqlite libplist zlib"
pascal@11580 14 BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev \
pascal@11580 15 glib-dev libplist-dev zlib-dev libffi"
jozee@2858 16
jozee@2858 17 # Rules to configure and make the package.
jozee@2858 18 compile_rules()
jozee@2858 19 {
jozee@2858 20 cd $src
gokhlayeh@11573 21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
slaxemulator@6348 22 make PREFIX=/usr &&
pascal@14714 23 make PREFIX=/usr DESTDIR=$DESTDIR install
jozee@2858 24 }
jozee@2858 25
jozee@2858 26 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2858 27 genpkg_rules()
jozee@2858 28 {
jozee@2858 29 mkdir -p $fs/usr/lib
pascal@14714 30 cp -a $install/usr/lib/*.so* $fs/usr/lib/
jozee@2858 31 }