wok-6.x view tazusb/receipt @ rev 4488
Add libv4l (linux video 1,2 for webcam)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Nov 18 10:50:17 2009 +0000 (2009-11-18) |
parents | 7b7ae0225f49 |
children | 866fa2493b1b |
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"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 #
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE
18 cp -a $src/$PACKAGE $fs/usr/bin
19 cp -a $src/${PACKAGE}box $fs/usr/bin
20 cp -a $src/applications $fs/usr/share
21 cp -a $src/doc/$PACKAGE.en.html $fs/usr/share/doc/$PACKAGE
22 chmod 755 $fs/usr/bin/*
23 chown -R root.root $fs
24 }