wok-next annotate mitter/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | c022997c7a57 |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
claudinei@2897 | 2 |
claudinei@2897 | 3 PACKAGE="mitter" |
claudinei@2897 | 4 VERSION="0.4.5" |
claudinei@2953 | 5 CATEGORY="network" |
al@21020 | 6 SHORT_DESC="Twitter client" |
claudinei@2897 | 7 MAINTAINER="claudinei@slitaz.org" |
pascal@15583 | 8 LICENSE="GPL3" |
al@21020 | 9 WEB_SITE="https://web.archive.org/web/20120808040147/http://code.google.com/p/mitter" |
al@21020 | 10 |
claudinei@2897 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20906 | 12 WGET_URL="http://mitter.googlecode.com/files/$TARBALL" # FIXME |
al@21020 | 13 |
claudinei@2897 | 14 BUILD_DEPENDS="python-dev" |
claudinei@2897 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 python -B setup.py build && |
al@21020 | 18 python -B setup.py install --root=$install |
claudinei@2897 | 19 } |
claudinei@2897 | 20 |
al@21020 | 21 genpkg_rules() { |
pascal@11623 | 22 mkdir -p $fs/usr/share/applications |
pascal@11623 | 23 cp -a $stuff/mitter.desktop $fs/usr/share/applications |
pascal@15583 | 24 cp -a $install/usr $fs |
al@21020 | 25 DEPENDS="python python-pygtk python-simplejson" |
claudinei@2897 | 26 } |