wok-current diff yaffs2utils/receipt @ rev 18287
yuyo-gtk-theme: update version
author | yuripourre |
---|---|
date | Tue Aug 11 10:05:04 2015 -0400 (2015-08-11) |
parents | |
children | 8dd8bab3f0ca |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/yaffs2utils/receipt Tue Aug 11 10:05:04 2015 -0400 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="yaffs2utils" 1.7 +VERSION="0.2.9" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Make/extract a YAFFS2/YAFFS1 image for Linux." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://code.google.com/p/yaffs2utils/" 1.14 +WGET_URL="http://yaffs2utils.googlecode.com/files/$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + mkdir -p $DESTDIR/usr/sbin 1.23 + make && 1.24 + cp mkyaffs2 unyaffs2 unspare2 $DESTDIR/usr/sbin 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/* $fs/ 1.31 +}