wok diff mdadm/receipt @ rev 18677

syslinux/c32box: fix custom initrd >= 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 06 17:41:24 2015 +0100 (2015-12-06)
parents 3765f181a6d5
children 86790a278e70
line diff
     1.1 --- a/mdadm/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/mdadm/receipt	Sun Dec 06 17:41:24 2015 +0100
     1.3 @@ -1,21 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mdadm"
     1.7 -VERSION="3.2.6"
     1.8 +VERSION="3.3.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Software RAID tools"
    1.11  MAINTAINER="b1+slitaz@nagel.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
    1.16 -WGET_URL="ftp://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
    1.17 +WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
    1.18  
    1.19 -DEPENDS=""
    1.20 +BUILD_DEPENDS="wget"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26  	make mdadm
    1.27  }
    1.28