wok view yaffs2utils/receipt @ rev 17245

Add lxqt (meta), make qt4-examples: screenshot, findfiles, charactermap
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 19 01:51:31 2014 +0200 (2014-10-19)
parents
children 8dd8bab3f0ca
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="http://code.google.com/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 }