sup view wok/sup-demo/receip @ rev 15

Remove skel (built in command for new packages) - back to 'receip' in sup-demo package
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 26 17:39:52 2017 +0100 (2017-02-26)
parents wok/sup-demo/receipt@2f6240aa30fd
children 6e287a70e3d7
line source
1 # SliTaz User Package receipt
3 PACKAGE="sup-demo"
4 VERSION="0.1"
5 SHORT_DESC="Short package description and information"
6 MAINTAINER="devel@slitaz.org"
7 LICENSE="BSD"
8 WEB_SITE="http://www.slitaz.org/"
10 # Sup dependencies will be automatically downloaded but system wide
11 # deps must be manually installed by root.
12 SUP_DEPS=""
13 DEPENDS=""
15 # Here are the optional install rules (download, configure, etc)
16 sup_install() {
17 echo "Running sup_install() sequence"
18 }