wok-6.x diff mtd-utils/receipt @ rev 18779
syslinux/isohybrid.exe: fix config md5
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 01 19:26:32 2016 +0100 (2016-01-01) |
parents | |
children | 12c94db44a24 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mtd-utils/receipt Fri Jan 01 19:26:32 2016 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mtd-utils" 1.7 +VERSION="1.5.0" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Memory Technology Device Tools (including jff2)." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.linux-mtd.infradead.org/" 1.14 +WGET_URL="ftp://ftp.infradead.org/pub/mtd-utils/$TARBALL" 1.15 + 1.16 +DEPENDS="lzo zlib util-linux-uuid" 1.17 +BUILD_DEPENDS="acl-dev lzo-dev zlib-dev util-linux-uuid-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make && make DESTDIR=$DESTDIR install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr 1.29 + cp -a $install/usr/sbin $fs/usr 1.30 +}