SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "adbfs-rootless"

# SliTaz package receipt.

PACKAGE="adbfs-rootless"
GITHASH="5b091a50cd2419e1cebe42aa1d0e1ad1f90fdfad"
VERSION="20200229"
CATEGORY="misc"
SHORT_DESC="A FUSE-based filesystem using the Android ADB interface"
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
TARBALL="$PACKAGE-$VERSION.zip"
WEB_SITE="https://github.com/spion/adbfs-rootless"
WGET_URL="$WEB_SITE/archive/$GITHASH.zip"
TAGS="sync"

DEPENDS="fuse2"
BUILD_DEPENDS="pkg-config fuse2-dev android-platform-tools"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d
}

# 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
    cp -a $src/adbfs $fs/usr/bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)