wok annotate fawkes/receipt @ rev 23985

linld: up to 60k for header.com
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 28 09:45:01 2020 +0000 (2020-11-28)
parents
children 5ea0ce1cecc0
rev   line source
pascal@23918 1 # SliTaz package receipt.
pascal@23918 2
pascal@23918 3 PACKAGE="fawkes"
pascal@23918 4 VERSION="0.3"
pascal@23918 5 CATEGORY="graphics"
pascal@23918 6 SHORT_DESC="Image 'Cloaking' for Personal Privacy."
pascal@23918 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@23918 8 LICENSE="BSD"
pascal@23918 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@23918 10 WEB_SITE="http://sandlab.cs.uchicago.edu/fawkes/"
pascal@23918 11 WGET_URL="https://github.com/Shawn-Shan/fawkes/archive/v$VERSION.tar.gz"
pascal@23918 12
pascal@23918 13 DEPENDS="python"
pascal@23918 14 BUILD_DEPENDS="python-setuptools"
pascal@23918 15
pascal@23918 16 # Rules to configure and make the package.
pascal@23918 17 compile_rules()
pascal@23918 18 {
pascal@23918 19 python setup.py install --root=$DESTDIR
pascal@23918 20 }
pascal@23918 21
pascal@23918 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@23918 23 genpkg_rules()
pascal@23918 24 {
pascal@23918 25 cp -a $install/usr $fs
pascal@23918 26 }