# SliTaz package receipt. PACKAGE="libgpod" VERSION="0.7.94" CATEGORY="multimedia" SHORT_DESC="a shared library to access the contents of an iPod" MAINTAINER="jozee@slitaz.org" DEPENDS="gtk+ mutagen libxml2 sqlite libplist zlib" BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev \ glib-dev libplist-dev zlib-dev libffi" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gtkpod.org/libgpod.html" WGET_URL="$SF_MIRROR/gtkpod/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $CONFIGURE_ARGS && make PREFIX=/usr && make PREFIX=/usr DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ }