wok-undigest view usbmanager/receipt @ rev 931

usbmanager: install --root
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 28 09:32:13 2013 +0100 (2013-02-28)
parents 805fdb3bd990
children e0f02a749420
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=""
13 BUILD_DEPENDS="python wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 msgfmt $src/locale/ru.po -o $src/locale/ru.mo
19 ./setup.py build
20 ./setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }