wok annotate libgpod/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 4904e3d374a9
children 65d7d867e0c1
rev   line source
jozee@2858 1 # SliTaz package receipt.
jozee@2858 2
jozee@2858 3 PACKAGE="libgpod"
Hans-G?nter@21227 4 VERSION="0.8.3"
jozee@2858 5 CATEGORY="multimedia"
Hans-G?nter@21227 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 WEB_SITE="http://www.gtkpod.org/libgpod.html"
Hans-G?nter@21227 10
Hans-G?nter@21227 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14714 12 WGET_URL="$SF_MIRROR/gtkpod/$TARBALL"
pascal@14714 13
Hans-G?nter@21227 14 DEPENDS="gtk+ libplist libxml2 mutagen sqlite zlib"
Hans-G?nter@21227 15 BUILD_DEPENDS="$DEPENDS glib-dev intltool libffi libplist-dev \
Hans-G?nter@21227 16 libxml2-dev pkg-config pygobject sqlite-dev zlib-dev"
jozee@2858 17
jozee@2858 18 # Rules to configure and make the package.
jozee@2858 19 compile_rules()
jozee@2858 20 {
gokhlayeh@11573 21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
Hans-G?nter@21227 22 make PREFIX=/usr -j 1 &&
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 }