wok-next annotate tup/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents c59c1fa413a6
children d5aab818505e
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@20527 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"
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 }