sup view wok/sup-skel/receip @ rev 3
Add packages example and demo
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 24 07:08:59 2017 +0100 (2017-02-24) |
parents | |
children |
line source
1 # SliTaz User Package receip
3 PACKAGE=""
4 VERSION=""
5 SHORT_DESC=""
6 MAINTAINER=""
7 LICENSE=""
8 WEB_SITE=""
10 # Sup dependencies will be automaticaly 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 ""
18 }