
Receipt for package "vnc2flv"
# SliTaz package receipt. PACKAGE="vnc2flv" VERSION="20100207" CATEGORY="network" SHORT_DESC="VNC recorder" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.unixuser.org/~euske/python/vnc2flv" WGET_URL="https://pypi.python.org/packages/source/v/vnc2flv/$TARBALL" SUGGESTED="x11vnc" TAGS="vnc" DEPENDS="python" # What is the latest version available today? current_version() { wget -O - https://pypi.org/project/$PACKAGE/ 2>/dev/null | \ sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||;q" } # Rules to configure and make the package. compile_rules() { cd $src make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/$PACKAGE cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)