wok annotate slitaz-loram/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 f7cdbd605b68
children
rev   line source
pascal@229 1 # SliTaz package receipt.
pascal@229 2
pascal@229 3 PACKAGE="slitaz-loram"
pascal@11997 4 VERSION="2.0"
pascal@229 5 CATEGORY="misc"
pascal@229 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/"
pascal@11997 10 DEPENDS=""
pascal@229 11
pascal@229 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@229 13 genpkg_rules()
pascal@229 14 {
pascal@229 15 mkdir -p $fs/etc/tazlito
pascal@370 16 cp stuff/loram.* $fs/etc/tazlito
pascal@229 17 }