wok view mitter/receipt @ rev 22912

gtklp: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 24 11:07:00 2020 +0100 (2020-02-24)
parents 16df76e1fc6a
children 9b180a3071fb
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 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://web.archive.org/web/20120808040147/http://code.google.com/p/mitter"
11 WGET_URL="http://mitter.googlecode.com/files/$TARBALL"
12 DEPENDS="python pygtk python-simplejson"
13 BUILD_DEPENDS="python-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 python setup.py build
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/applications
26 cp -a $stuff/mitter.desktop $fs/usr/share/applications
27 cp -a $install/usr $fs
28 }