wok view tazusb/receipt @ rev 5074

get-flash-plugin: re-export firefox libs if not found
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 11:43:55 2010 +0000 (2010-03-12)
parents 8e7bc23c7eeb
children d42578331b79
line source
1 # SliTaz package receipt.
3 PACKAGE="tazusb"
4 VERSION="2.1"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz LiveUSB utility."
7 MAINTAINER="spode@spodesabode.com"
8 DEPENDS="lzma"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://mirror.slitaz.org/sources/tazusb/$TARBALL"
12 TAGS="slitaz"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 #
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE
19 cp -a $src/$PACKAGE $fs/usr/bin
20 cp -a $src/${PACKAGE}box $fs/usr/bin
21 cp -a $src/applications $fs/usr/share
22 cp -a $src/doc/$PACKAGE.en.html $fs/usr/share/doc/$PACKAGE
23 chmod 755 $fs/usr/bin/*
24 chown -R root.root $fs
25 }