
Receipt for package "vcdimager"
# SliTaz package receipt PACKAGE="vcdimager" VERSION="2.0.1" CATEGORY="multimedia" SHORT_DESC="vcd tools" MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vcdimager.org/" WGET_URL="http://ftp.gnu.org/gnu/vcdimager/$TARBALL" TAGS="multimedia video vcd" DEPENDS="libcdio libxml2 popt" BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)