wok view dosfstools/receipt @ rev 17705

Up firefox-official (36.0)
author Richard Dunbar <mojo@slitaz.org>
date Mon Mar 02 06:32:17 2015 -0500 (2015-03-02)
parents ab4f9919d9f4
children abecef518624
line source
1 # SliTaz package receipt.
3 PACKAGE="dosfstools"
4 VERSION="3.0.26"
5 CATEGORY="system-tools"
6 SHORT_DESC="Tools to create and check dos filesystems."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools"
11 WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/sbin
24 cp -a $src/mkfs.fat $fs/sbin
25 cp -a $src/fsck.fat $fs/sbin
26 cp -a $src/fatlabel $fs/sbin
27 }