wok annotate usbmanager/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents
children 7d6089953592
rev   line source
al@14139 1 # SliTaz package receipt.
al@14139 2
al@14139 3 PACKAGE="usbmanager"
al@14139 4 VERSION="1.0.0"
al@14139 5 CATEGORY="utilities"
al@14139 6 SHORT_DESC="An USB storage management interface written in Python"
al@14139 7 MAINTAINER="al.bobylev@gmail.com"
al@14139 8 WEB_SITE="https://launchpad.net/usbmanager"
al@14139 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14139 10 WGET_URL="https://launchpad.net/$PACKAGE/1.x-hal/$VERSION/+download/$TARBALL"
al@14139 11
al@14139 12 DEPENDS="python dbus-glib dbus-python notify-python pygobject pygtk\
al@14139 13 util-linux-whereis util-linux-mkfs mtools"
al@14139 14 BUILD_DEPENDS="python wget"
al@14139 15
al@14139 16 # Rules to configure and make the package.
al@14139 17 compile_rules()
al@14139 18 {
al@14139 19 msgfmt $src/locale/ru.po -o $src/locale/ru.mo
al@14139 20 ./setup.py build
al@14139 21 ./setup.py install --root=$DESTDIR
al@14139 22 }
al@14139 23
al@14139 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14139 25 genpkg_rules()
al@14139 26 {
al@14139 27 cp -a $install/usr $fs
al@14139 28 }