wok-next view reqflow/receipt @ rev 20567
xfe: update receipt; qt5: undo `fix math`
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Apr 11 01:07:35 2018 +0300 (2018-04-11) |
parents | feb2e0c63d21 |
children | 342b30daff76 |
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="zlib libzip libxml2 poppler pcre"
25 }