wok annotate tup/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 78f834363e9e
children 8eaf1d9eb640
rev   line source
tcg@17139 1 # SliTaz package receipt.
tcg@17139 2
tcg@17139 3 PACKAGE="tup"
necrophcodr@17746 4 VERSION="0.7.3"
tcg@17139 5 CATEGORY="utilities"
tcg@17139 6 SHORT_DESC="Tup is a file-based build system for Linux, OSX, and Windows."
necrophcodr@17746 7 MAINTAINER="necrophcodr@necrophcodr.me"
tcg@17139 8 LICENSE="GPL2"
pascal@17162 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
tcg@17139 10 WEB_SITE="http://gittup.org/tup/"
tcg@17139 11 WGET_URL="git|git://github.com/gittup/tup"
tcg@17139 12
tcg@17139 13 DEPENDS="fuse"
tcg@17139 14 BUILD_DEPENDS="fuse-dev git"
tcg@17139 15
tcg@17139 16 # Rules to configure and make the package.
tcg@17139 17 compile_rules()
tcg@17139 18 {
tcg@17139 19 cd $src
tcg@17139 20 ./bootstrap.sh &&
tcg@17139 21 mkdir -p $DESTDIR/usr/bin
tcg@17139 22 cp tup $DESTDIR/usr/bin
tcg@17139 23 }
tcg@17139 24
tcg@17139 25 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17139 26 genpkg_rules()
tcg@17139 27 {
tcg@17139 28 cp -a $install/usr $fs/
tcg@17139 29 }