wok-next annotate reqflow/receipt @ rev 20588

e4rat: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 15:12:31 2018 +0300 (2018-04-14)
parents feb2e0c63d21
children 342b30daff76
rev   line source
al@20491 1 # SliTaz package receipt v2.
pascal@16070 2
pascal@16070 3 PACKAGE="reqflow"
pascal@16070 4 VERSION="1.2.1"
pascal@16070 5 CATEGORY="office"
al@20491 6 SHORT_DESC="Tool for traceability of requirements across documents"
pascal@16070 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16070 8 LICENSE="GPL2"
al@20491 9 WEB_SITE="http://goeb.github.io/reqflow/"
al@20491 10
pascal@16070 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16070 12 WGET_URL="https://github.com/goeb/reqflow/archive/v$VERSION.tar.gz"
pascal@16070 13
al@20491 14 BUILD_DEPENDS="zlib-dev libzip-dev libxml2-dev poppler-dev pcre-dev"
pascal@16070 15
al@20491 16 compile_rules() {
pascal@16070 17 CFLAGS=$(pkg-config --cflags libzip)
al@20491 18 make &&
al@20491 19 install -Dm 755 $src/req $install/usr/bin/req
pascal@16070 20 }
pascal@16070 21
al@20491 22 genpkg_rules() {
al@20491 23 copy @std
al@20491 24 DEPENDS="zlib libzip libxml2 poppler pcre"
pascal@16070 25 }