wok annotate dosfstools/receipt @ rev 19794

zerofree: add -lcom_err
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 11:10:10 2017 +0100 (2017-02-23)
parents 236ff5a1c6f0
children 401224c936cc
rev   line source
pankso@143 1 # SliTaz package receipt.
pankso@143 2
pankso@143 3 PACKAGE="dosfstools"
psychomaniak@18234 4 VERSION="3.0.28"
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"
psychomaniak@18234 11 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
pankso@16078 12 HOST_ARCH="i486 arm"
pankso@143 13
psychomaniak@18234 14 BUILD_DEPENDS="wget"
psychomaniak@18234 15
pankso@143 16 # Rules to configure and make the package.
pankso@143 17 compile_rules()
pankso@143 18 {
pankso@143 19 make
pankso@143 20 }
pankso@143 21
pankso@143 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@143 23 genpkg_rules()
pankso@143 24 {
pankso@143 25 mkdir -p $fs/sbin
pascal@15845 26 cp -a $src/mkfs.fat $fs/sbin
pascal@15845 27 cp -a $src/fsck.fat $fs/sbin
pascal@15845 28 cp -a $src/fatlabel $fs/sbin
pankso@143 29 }