wok diff libgpod/receipt @ rev 23469
linux-zram: autostart (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 05 11:03:33 2020 +0200 (2020-04-05) |
parents | 4904e3d374a9 |
children | 65d7d867e0c1 |
line diff
1.1 --- a/libgpod/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libgpod/receipt Sun Apr 05 11:03:33 2020 +0200 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgpod" 1.7 -VERSION="0.7.94" 1.8 +VERSION="0.8.3" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="a shared library to access the contents of an iPod" 1.11 +SHORT_DESC="A shared library to access the contents of an iPod." 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.gtkpod.org/libgpod.html" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WGET_URL="$SF_MIRROR/gtkpod/$TARBALL" 1.19 1.20 -DEPENDS="gtk+ mutagen libxml2 sqlite libplist zlib" 1.21 -BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev \ 1.22 -glib-dev libplist-dev zlib-dev libffi" 1.23 +DEPENDS="gtk+ libplist libxml2 mutagen sqlite zlib" 1.24 +BUILD_DEPENDS="$DEPENDS glib-dev intltool libffi libplist-dev \ 1.25 + libxml2-dev pkg-config pygobject sqlite-dev zlib-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.32 - make PREFIX=/usr && 1.33 + make PREFIX=/usr -j 1 && 1.34 make PREFIX=/usr DESTDIR=$DESTDIR install 1.35 } 1.36