SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tup"

# SliTaz package receipt.

PACKAGE="tup"
VERSION="0.7.3"
CATEGORY="utilities"
SHORT_DESC="Tup is a file-based build system for Linux, OSX, and Windows."
MAINTAINER="necrophcodr@necrophcodr.me"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://gittup.org/tup/"
WGET_URL="git|git://github.com/gittup/tup"

DEPENDS="fuse2"
BUILD_DEPENDS="fuse2-dev git"

current_version()
{
    wget -O - https://github.com/gittup/tup/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./bootstrap.sh &&
    mkdir -p $DESTDIR/usr/bin
    cp tup $DESTDIR/usr/bin
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/usr $fs/
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)