
Receipt for package "libavc1394"
# SliTaz package receipt. PACKAGE="libavc1394" VERSION="0.5.4" CATEGORY="system-tools" SHORT_DESC="Interface for the 1394 Trade Association AV/C Digital Interface." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://sourceforge.net/projects/libavc1394/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="libraw1394" BUILD_DEPENDS="libraw1394-dev" HOST_ARCH="i486 x86_64" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/libavc1394/files/libavc1394/ 2>/dev/null | \ sed '/scope="row/!d;/tar/!d;s|.*/libavc1394-||;s|.tar.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ $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/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)