Magellan Linux

Contents of /trunk/mage/usr/share/doc/mage-0.3/template.mage

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (show annotations) (download)
Wed Jan 5 05:08:01 2005 UTC (19 years, 4 months ago) by niro
File size: 294 byte(s)
mage-0.3.6-r8 import

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 *