wok view dosfstools/receipt @ rev 4473

Update DEPENDS, BUILD_DEPENDS (epdfview)
author Rohit Joshi <jozee@slitaz.org>
date Mon Nov 09 14:22:26 2009 +0000 (2009-11-09)
parents 322a833e70f3
children f5889d914299
line source
1 # SliTaz package receipt.
3 PACKAGE="dosfstools"
4 VERSION="2.11"
5 CATEGORY="system-tools"
6 SHORT_DESC="Tools to creat and check dos filesystems."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.src.tar.gz"
9 WEB_SITE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/"
10 WGET_URL="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/sbin
23 cp -a $src/mkdosfs/mkdosfs $fs/sbin
24 cp -a $src/dosfsck/dosfsck $fs/sbin
25 strip -s $fs/sbin/*
26 }