wok-next annotate yaffs2utils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@16975 2
pascal@16975 3 PACKAGE="yaffs2utils"
pascal@16975 4 VERSION="0.2.9"
pascal@16975 5 CATEGORY="base-system"
al@21020 6 SHORT_DESC="Make/extract a YAFFS2/YAFFS1 image for Linux"
pascal@16975 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16975 8 LICENSE="GPL2"
pascal@21157 9 WEB_SITE="https://github.com/justsoso8/yaffs2utils"
al@21020 10
pascal@16975 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16975 12 WGET_URL="http://yaffs2utils.googlecode.com/files/$VERSION.tar.gz"
pascal@16975 13
al@21020 14 compile_rules() {
al@21020 15 mkdir -p $install/usr/sbin
pascal@16975 16
pascal@16975 17 make &&
al@21020 18 cp mkyaffs2 unyaffs2 unspare2 $install/usr/sbin
pascal@16975 19 }
pascal@16975 20
al@21020 21 genpkg_rules() {
pascal@16975 22 cp -a $install/* $fs/
pascal@16975 23 }