wok view exfat-utils/receipt @ rev 13649

Added: gvolwheel & pnmixer (tray volume control); netrik (text web browser/pager); nanoshot (python tray screenshot tool); font-manager; fbterm (framebuffer terminal); faenza-icon-theme (need clean more)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 16 02:22:49 2012 +0000 (2012-11-16)
parents fd464a6ce58f
children ea414f3e2eeb
line source
1 # SliTaz package receipt.
3 PACKAGE="exfat-utils"
4 VERSION="0.9.8"
5 CATEGORY="base-system"
6 SHORT_DESC="exFAT file system tools."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://code.google.com/p/exfat/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="scons"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 scons PREFIX=/usr
20 scons -k DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/sbin
27 cp -a $install/* $fs/sbin
28 }