wok view dosfstools/receipt @ rev 3777

Add: python-beaker python-mako python-nose python-pylons python-routes python-tempita python-weberror python-webob python-webhelpers python-webtest
author Julien Rabier <taziden@slitaz.org>
date Thu Jul 30 16:35:54 2009 +0200 (2009-07-30)
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 }