wok view python-prettytable/receipt @ rev 15349

freetype: splashutils *needs* static lib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 15:03:13 2013 +0000 (2013-09-30)
parents
children fd4f1e692109
line source
1 # SliTaz package receipt.
3 PACKAGE="python-prettytable"
4 VERSION="0.6.1"
5 SOURCE="prettytable"
6 CATEGORY="system-tools"
7 SHORT_DESC="Python library for easily displaying tabular data in ASCII."
8 MAINTAINER="pankso@slitaz.org"
9 TARBALL="${SOURCE}-${VERSION}.tar.bz2"
10 WEB_SITE="http://pypi.python.org/pypi/PrettyTable"
11 WGET_URL="http://pypi.python.org/packages/source/P/PrettyTable/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python-dev python-distribute"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root="$DESTDIR"
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 }