
Receipt for package "libid3tag"
# SliTaz package receipt. PACKAGE="libid3tag" VERSION="0.15.1b" CATEGORY="multimedia" SHORT_DESC="ID3 tag manipulation library." MAINTAINER="paul@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.underbit.com/products/mad/" WGET_URL="$SF_MIRROR/mad/$TARBALL" HOST_ARCH="i486 arm x86_64" DEPENDS="zlib" BUILD_DEPENDS="zlib-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/mad/files/libid3tag/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/libid3tag/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)