wok rev 21494
updated mtd-utils (1.5.0 -> 2.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 02 12:47:36 2019 +0100 (2019-05-02) |
parents | 7b885913f298 |
children | f2a011e5ec78 |
files | mtd-utils/receipt |
line diff
1.1 --- a/mtd-utils/receipt Thu May 02 11:28:38 2019 +0100 1.2 +++ b/mtd-utils/receipt Thu May 02 12:47:36 2019 +0100 1.3 @@ -1,22 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mtd-utils" 1.7 -VERSION="1.5.0" 1.8 +VERSION="2.1.0" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Memory Technology Device Tools (including jff2)." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://www.linux-mtd.infradead.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://www.linux-mtd.infradead.org/" 1.17 WGET_URL="ftp://ftp.infradead.org/pub/mtd-utils/$TARBALL" 1.18 1.19 -DEPENDS="lzo zlib util-linux-uuid" 1.20 -BUILD_DEPENDS="acl-dev lzo-dev zlib-dev util-linux-uuid-dev" 1.21 +DEPENDS="lzo util-linux-uuid zlib" 1.22 +BUILD_DEPENDS="acl-dev lzo-dev util-linux-uuid-dev zlib-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - make && make DESTDIR=$DESTDIR install 1.28 + ./configure && 1.29 + make && 1.30 + make DESTDIR=$DESTDIR install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.