wok view usbmanager/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents
children 7d6089953592
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 WEB_SITE="https://launchpad.net/usbmanager"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="https://launchpad.net/$PACKAGE/1.x-hal/$VERSION/+download/$TARBALL"
12 DEPENDS="python dbus-glib dbus-python notify-python pygobject pygtk\
13 util-linux-whereis util-linux-mkfs mtools"
14 BUILD_DEPENDS="python wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 msgfmt $src/locale/ru.po -o $src/locale/ru.mo
20 ./setup.py build
21 ./setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }