wok annotate mdadm/receipt @ rev 20587

gcompris, gtk-vnc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 13:24:14 2018 +0100 (2018-12-15)
parents e71e1d4832ac
children 079d56df3a6d
rev   line source
Bill@1024 1 # SliTaz package receipt.
Bill@1024 2
Bill@1024 3 PACKAGE="mdadm"
pascal@17554 4 VERSION="3.3.2"
Bill@1024 5 CATEGORY="system-tools"
Bill@1024 6 SHORT_DESC="Software RAID tools"
b1+slitaz@1802 7 MAINTAINER="b1+slitaz@nagel.org"
pascal@15584 8 LICENSE="GPL2"
pascal@17554 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@20421 10 WEB_SITE="https://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
pascal@17554 11 WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
Bill@1024 12
pascal@17554 13 BUILD_DEPENDS="wget"
pascal@15112 14
Bill@1024 15 # Rules to configure and make the package.
Bill@1024 16 compile_rules()
Bill@1024 17 {
Bill@1024 18 make mdadm
Bill@1024 19 }
Bill@1024 20
Bill@1024 21 # Rules to gen a SliTaz package suitable for Tazpkg.
Bill@1024 22 genpkg_rules()
Bill@1024 23 {
Bill@1024 24 mkdir -p $fs/usr/bin
Bill@1024 25 cp -a $src/mdadm $fs/usr/bin
Bill@1024 26 }