# SliTaz package receipt. PACKAGE="fawkes" VERSION="0.3" CATEGORY="graphics" SHORT_DESC="Image 'Cloaking' for Personal Privacy." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sandlab.cs.uchicago.edu/fawkes/" WGET_URL="https://github.com/Shawn-Shan/fawkes/archive/v$VERSION.tar.gz" DEPENDS="python" BUILD_DEPENDS="python-setuptools" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }