wok annotate fop/receipt @ rev 20956
gcc83: hide debuglink failure check (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 03 21:45:45 2019 +0100 (2019-03-03) |
parents | a78610b2eb47 |
children | 084df65cce4c |
rev | line source |
---|---|
paul@6997 | 1 # SliTaz package receipt. |
paul@6997 | 2 |
paul@6997 | 3 PACKAGE="fop" |
Hans-G?nter@20932 | 4 VERSION="2.3" |
paul@6997 | 5 CATEGORY="development" |
paul@6997 | 6 SHORT_DESC="Open source XSL-FO implementation." |
paul@6997 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15593 | 8 LICENSE="Apache" |
Hans-G?nter@20932 | 9 WEB_SITE="https://xmlgraphics.apache.org/fop/" |
Hans-G?nter@20932 | 10 |
paul@6997 | 11 TARBALL="$PACKAGE-$VERSION-bin.tar.gz" |
Hans-G?nter@20932 | 12 WGET_URL="http://apache.org/dist/xmlgraphics/$PACKAGE/binaries/$TARBALL" |
Hans-G?nter@20932 | 13 |
pankso@9634 | 14 SUGGESTED="java-jre" |
pankso@9634 | 15 DEPENDS="" |
pankso@9634 | 16 BUILD_DEPENDS="" |
paul@6997 | 17 |
paul@6997 | 18 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@6997 | 19 genpkg_rules() |
paul@6997 | 20 { |
paul@6997 | 21 mkdir -p $fs/usr/share/xml/docbook/$PACKAGE-$VERSION |
paul@6997 | 22 cp -a $src/* $fs/usr/share/xml/docbook/$PACKAGE-$VERSION |
paul@6997 | 23 } |