wok annotate dosfstools/receipt @ rev 20194
Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 12 13:54:33 2018 +0100 (2018-02-12) |
parents | abecef518624 |
children | cd7983242740 |
rev | line source |
---|---|
pankso@143 | 1 # SliTaz package receipt. |
pankso@143 | 2 |
pankso@143 | 3 PACKAGE="dosfstools" |
pascal@20194 | 4 VERSION="4.1" |
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" |
pascal@20194 | 10 WEB_SITE="https://github.com/$PACKAGE/$PACKAGE" |
pascal@20194 | 11 WGET_URL="$WEB_SITE/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 { |
pascal@20194 | 19 ./configure && |
pascal@20194 | 20 make && |
pascal@20194 | 21 make DESTDIR=$DESTDIR install |
pankso@143 | 22 } |
pankso@143 | 23 |
pankso@143 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@143 | 25 genpkg_rules() |
pankso@143 | 26 { |
pankso@143 | 27 mkdir -p $fs/sbin |
pascal@15845 | 28 cp -a $src/mkfs.fat $fs/sbin |
pascal@15845 | 29 cp -a $src/fsck.fat $fs/sbin |
pascal@15845 | 30 cp -a $src/fatlabel $fs/sbin |
pankso@143 | 31 } |