wok-next view tup/receipt @ rev 21131

Update fdupes (1.6.1), jdupes (1.11.1), paper-icon-theme (1.5.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 19 14:59:09 2019 +0200 (2019-01-19)
parents 474eb4a6385a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tup"
4 VERSION="0.7.3"
5 CATEGORY="utilities"
6 SHORT_DESC="File-based build system for Linux, OSX, and Windows"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gittup.org/tup/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/gittup/tup"
14 BUILD_DEPENDS="fuse2-dev git"
16 compile_rules() {
17 ./bootstrap.sh &&
18 install -Dm755 tup $install/usr/bin/tup
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="fuse2"
24 }