wok-next view reqflow/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="reqflow"
4 VERSION="1.2.1"
5 CATEGORY="office"
6 SHORT_DESC="Tool for traceability of requirements across documents"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://goeb.github.io/reqflow/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/goeb/reqflow/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="zlib-dev libzip-dev libxml2-dev poppler-dev pcre-dev"
16 compile_rules() {
17 CFLAGS=$(pkg-config --cflags libzip)
19 make &&
20 install -Dm755 req $install/usr/bin/req
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="libpcreposix libxml2 libzip libpoppler"
26 }