wok annotate dosfstools/receipt @ rev 18017

ppp:add ppp.cgi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 16:52:55 2015 +0200 (2015-05-02)
parents ab4f9919d9f4
children abecef518624
rev   line source
pankso@143 1 # SliTaz package receipt.
pankso@143 2
pankso@143 3 PACKAGE="dosfstools"
pankso@16078 4 VERSION="3.0.26"
pankso@202 5 CATEGORY="system-tools"
slaxemulator@6324 6 SHORT_DESC="Tools to create and check dos filesystems."
pankso@143 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
slaxemulator@15842 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
slaxemulator@6324 10 WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools"
pascal@15844 11 WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL"
pankso@16078 12 HOST_ARCH="i486 arm"
pankso@143 13
pankso@143 14 # Rules to configure and make the package.
pankso@143 15 compile_rules()
pankso@143 16 {
pankso@143 17 make
pankso@143 18 }
pankso@143 19
pankso@143 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@143 21 genpkg_rules()
pankso@143 22 {
pankso@143 23 mkdir -p $fs/sbin
pascal@15845 24 cp -a $src/mkfs.fat $fs/sbin
pascal@15845 25 cp -a $src/fsck.fat $fs/sbin
pascal@15845 26 cp -a $src/fatlabel $fs/sbin
pankso@143 27 }