wok rev 17554

Up mdadm (3.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 31 18:49:47 2015 +0100 (2015-01-31)
parents 1c2114316b6a
children f708898621f0
files mdadm/receipt
line diff
     1.1 --- a/mdadm/receipt	Fri Jan 30 16:34:23 2015 +0100
     1.2 +++ b/mdadm/receipt	Sat Jan 31 18:49:47 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