wok-next view usbmanager/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c022997c7a57
children
line source
1 # SliTaz package receipt v2.
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"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/$PACKAGE/1.x-hal/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="python gettext-dev"
16 compile_rules() {
17 msgfmt $src/locale/ru.po -o $src/locale/ru.mo
19 python -B setup.py build
20 python -B setup.py install --root=$install
21 }
23 genpkg_rules() {
24 cp -a $install/usr $fs
25 DEPENDS="python dbus-glib python-dbus notify-python python-pygobject2 \
26 python-pygtk util-linux-whereis util-linux-mkfs mtools"
27 }