wok-current annotate python-invoice2data/receipt @ rev 23635
updated scummvm (2.0.0 -> 2.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 07:41:02 2020 +0100 (2020-04-20) |
parents | 814362194a8d |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@19655 | 1 # SliTaz package receipt. |
pascal@19655 | 2 |
pascal@19655 | 3 PACKAGE="python-invoice2data" |
Hans-G?nter@23496 | 4 VERSION="0.2.93" |
pascal@19655 | 5 CATEGORY="development" |
Hans-G?nter@23496 | 6 TAGS="pdf" |
pascal@19655 | 7 SHORT_DESC="Extract structured data from PDF invoices." |
pascal@19655 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19655 | 9 LICENSE="MIT" |
Hans-G?nter@23496 | 10 WEB_SITE="https://github.com/m3nu/invoice2data" |
Hans-G?nter@23496 | 11 |
pascal@19655 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@19655 | 13 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" |
pascal@19656 | 14 |
Hans-G?nter@23496 | 15 DEPENDS="poppler-apps python" |
pascal@21582 | 16 BUILD_DEPENDS="python python-setuptools" |
pascal@19655 | 17 |
pascal@19655 | 18 # Rules to configure and make the package. |
pascal@19655 | 19 compile_rules() |
pascal@19655 | 20 { |
pascal@19655 | 21 python setup.py install --root=$DESTDIR |
pascal@19655 | 22 } |
pascal@19655 | 23 |
pascal@19655 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19655 | 25 genpkg_rules() |
pascal@19655 | 26 { |
pascal@19655 | 27 mkdir -p $fs/usr |
Hans-G?nter@23496 | 28 cp -a $install/usr $fs |
pascal@19655 | 29 } |