Magellan Linux

Contents of /branches/mage-next/doc/template.mage

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1440 - (show annotations) (download)
Mon Jul 25 12:15:07 2011 UTC (12 years, 10 months ago) by niro
Original Path: trunk/mage/usr/share/doc/mage/template.mage
File size: 294 byte(s)
-renamed to mage
1 # mage-script app-dir/template.mage
2
3 PKGNAME="template"
4 STATE="stable|unstable|old"
5 #PKGTYPE="sources|virtual"
6
7 DESCRIPTION="description"
8 HOMEPAGE="http://www.foobar.foo/"
9
10 DEPEND=">= app-dir/foobar"
11 SDEPEND=">= sys-dev/foo"
12 PROVIDE="virtual/x11"
13
14 preinstall() {
15 foo
16 }
17
18 postinstall() {
19 foo
20 }

Properties

Name Value
svn:executable *