wok-next view tinypy/receipt @ rev 20907
slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 10 15:39:58 2018 +0300 (2018-08-10) |
parents | 23c3aed67cd9 |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tinypy"
4 VERSION="1.1"
5 CATEGORY="development"
6 SHORT_DESC="A minimalist implementation of Python"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.tinypy.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://tinypy.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="python-dev"
16 compile_rules() {
17 python setup.py linux &&
18 install -Dm755 $src/build/tinypy $install/usr/bin/tinypy
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="glibc-base"
24 TAGS="python"
25 }