wok-next view mitter/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents c022997c7a57
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mitter"
4 VERSION="0.4.5"
5 CATEGORY="network"
6 SHORT_DESC="Twitter client"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://web.archive.org/web/20120808040147/http://code.google.com/p/mitter"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://mitter.googlecode.com/files/$TARBALL" # FIXME
14 BUILD_DEPENDS="python-dev"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr/share/applications
23 cp -a $stuff/mitter.desktop $fs/usr/share/applications
24 cp -a $install/usr $fs
25 DEPENDS="python python-pygtk python-simplejson"
26 }