wok annotate mtd-utils/receipt @ rev 23206

updated mutt (1.11.4 -> 1.13.4)
author Hans-G?nter Theisgen
date Sat Mar 21 10:28:24 2020 +0100 (2020-03-21)
parents 0814625776d5
children a3b6dd3aac6f
rev   line source
pascal@15219 1 # SliTaz package receipt.
pascal@15219 2
pascal@15219 3 PACKAGE="mtd-utils"
Hans-G?nter@23197 4 VERSION="2.1.1"
pascal@15219 5 CATEGORY="base-system"
pascal@15219 6 SHORT_DESC="Memory Technology Device Tools (including jff2)."
pascal@15219 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15219 8 LICENSE="GPL2"
Hans-G?nter@21494 9 WEB_SITE="http://www.linux-mtd.infradead.org/"
Hans-G?nter@21494 10
pascal@15219 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15219 12 WGET_URL="ftp://ftp.infradead.org/pub/mtd-utils/$TARBALL"
pascal@15219 13
Hans-G?nter@21494 14 DEPENDS="lzo util-linux-uuid zlib"
Hans-G?nter@23197 15 BUILD_DEPENDS="acl-dev file lzo-dev openssl-dev util-linux-uuid-dev zlib-dev"
pascal@15219 16
pascal@15219 17 # Rules to configure and make the package.
pascal@15219 18 compile_rules()
pascal@15219 19 {
Hans-G?nter@23197 20 ./configure \
Hans-G?nter@23197 21 -without-zstd &&
Hans-G?nter@21494 22 make &&
Hans-G?nter@21494 23 make DESTDIR=$DESTDIR install
pascal@15219 24 }
pascal@15219 25
pascal@15219 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15219 27 genpkg_rules()
pascal@15219 28 {
pascal@15219 29 mkdir -p $fs/usr
Hans-G?nter@23197 30 cp -a $install/usr/sbin $fs/usr
pascal@15219 31 }