wok-next view reqflow/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 2f03cb67a994
children d5aab818505e
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)
18 make &&
19 install -Dm 755 $src/req $install/usr/bin/req
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="libpcreposix libxml2 libzip poppler"
25 }