wok-next annotate tup/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 474eb4a6385a
children
rev   line source
al@20527 1 # SliTaz package receipt v2.
tcg@17139 2
tcg@17139 3 PACKAGE="tup"
necrophcodr@17746 4 VERSION="0.7.3"
tcg@17139 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="File-based build system for Linux, OSX, and Windows"
al@21020 7 MAINTAINER="devel@slitaz.org"
tcg@17139 8 LICENSE="GPL2"
al@20527 9 WEB_SITE="http://gittup.org/tup/"
al@20527 10
pascal@17162 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
tcg@17139 12 WGET_URL="git|git://github.com/gittup/tup"
tcg@17139 13
al@20527 14 BUILD_DEPENDS="fuse2-dev git"
tcg@17139 15
al@20527 16 compile_rules() {
tcg@17139 17 ./bootstrap.sh &&
al@20527 18 install -Dm755 tup $install/usr/bin/tup
tcg@17139 19 }
tcg@17139 20
al@20527 21 genpkg_rules() {
al@20527 22 copy @std
al@20527 23 DEPENDS="fuse2"
tcg@17139 24 }