wok view usbmanager/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents 9689f1b75619
children 1bd2c6414e5a
line source
1 # SliTaz package receipt.
3 PACKAGE="usbmanager"
4 VERSION="1.0.0"
5 CATEGORY="utilities"
6 SHORT_DESC="An USB storage management interface written in Python"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="https://launchpad.net/usbmanager"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://launchpad.net/$PACKAGE/1.x-hal/$VERSION/+download/$TARBALL"
13 DEPENDS="python dbus-glib dbus-python notify-python pygobject pygtk \
14 util-linux-whereis util-linux-mkfs mtools"
15 BUILD_DEPENDS="python wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 msgfmt $src/locale/ru.po -o $src/locale/ru.mo
21 ./setup.py build
22 ./setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }