wok-4.x view mitter/receipt @ rev 2999
Remove rt2860sta
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 21:29:47 2009 +0200 (2009-05-11) |
parents | f9f811719e65 |
children | 25c18407eac2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="mitter"
4 VERSION="0.4.5"
5 CATEGORY="network"
6 SHORT_DESC="Mitter is a client for Twitter."
7 MAINTAINER="claudinei@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://code.google.com/p/mitter"
10 WGET_URL="http://mitter.googlecode.com/files/$TARBALL"
11 DEPENDS="python pygtk simplejson"
12 BUILD_DEPENDS="python-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr $fs
27 }