wok-next annotate slitaz-loram/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 cd7906120828
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@229 2
pascal@229 3 PACKAGE="slitaz-loram"
pascal@11997 4 VERSION="2.0"
pascal@229 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Rules to build low RAM rootfs.gz"
pascal@229 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="BSD"
pascal@15201 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
al@20888 11
al@21020 12 genpkg_rules() {
al@21020 13 mkdir -p $fs/etc/tazlito
al@21020 14 cp $stuff/loram.* $fs/etc/tazlito
pascal@229 15 }