
Receipt for package "vfsync"
# SliTaz package receipt. PACKAGE="vfsync" VERSION="2017-05-21" CATEGORY="network" SHORT_DESC="A secure file synchronization system." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://vfsync.org/" WGET_URL="${WEB_SITE}$TARBALL" DEPENDS="libssl libcurl" BUILD_DEPENDS="openssl-dev curl-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $install/usr/share/doc cp -a $src/vfagent $fs/usr/bin cp -a $src/vfsync $fs/usr/bin cp -a $src/readme.txt $install/usr/share/doc }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)