wok annotate httpie/receipt @ rev 18434

gnaughty: fix Makefile.in
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 22 09:12:58 2015 +0200 (2015-09-22)
parents
children a78610b2eb47
rev   line source
al@16776 1 # SliTaz package receipt.
al@16776 2
al@16776 3 PACKAGE="httpie"
al@16776 4 VERSION="0.8.0"
al@16776 5 CATEGORY="network"
al@16776 6 SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement"
al@16776 7 MAINTAINER="al.bobylev@gmail.com"
al@16776 8 LICENSE="BSD"
al@16776 9 WEB_SITE="http://httpie.org/"
al@16776 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16776 11 WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz"
al@16776 12
al@16776 13 DEPENDS="python-requests python-pygments setuptools"
al@16776 14 BUILD_DEPENDS="setuptools wget"
al@16776 15
al@16776 16 # Rules to configure and make the package.
al@16776 17 compile_rules()
al@16776 18 {
al@16776 19 python setup.py install --no-compile --root=$install
al@16776 20 }
al@16776 21
al@16776 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16776 23 genpkg_rules()
al@16776 24 {
al@16776 25 cp -a $install/* $fs
al@16776 26 }