wok-current view yaffs2utils/receipt @ rev 20676
Up cdrtools (3.01)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 24 23:10:49 2019 +0100 (2019-01-24) |
parents | b01bbb315070 |
children | 3232bb723678 |
line source
1 # SliTaz package receipt.
3 PACKAGE="yaffs2utils"
4 VERSION="0.2.9"
5 CATEGORY="base-system"
6 SHORT_DESC="Make/extract a YAFFS2/YAFFS1 image for Linux."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://code.google.com/archive/p/yaffs2utils/"
11 WGET_URL="http://yaffs2utils.googlecode.com/files/$VERSION.tar.gz"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mkdir -p $DESTDIR/usr/sbin
20 make &&
21 cp mkyaffs2 unyaffs2 unspare2 $DESTDIR/usr/sbin
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs/
28 }