Magellan Linux

Annotation of /trunk/mage/usr/share/doc/mage/template.mage

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1637 - (hide annotations) (download)
Fri Jan 13 18:20:13 2012 UTC (12 years, 4 months ago) by niro
File size: 439 byte(s)
-updated templates
1 niro 24 # mage-script app-dir/template.mage
2 niro 1637 #
3     # Usually you don't need generate mage files by yourself.
4     # They can be autogenerated with smage2.
5     # smage2 only-regen-tree /path/to/smage2/file
6     #
7 niro 24
8     PKGNAME="template"
9     STATE="stable|unstable|old"
10    
11 niro 1637 #PKGTYPE="virtual"
12    
13 niro 24 DESCRIPTION="description"
14     HOMEPAGE="http://www.foobar.foo/"
15    
16     DEPEND=">= app-dir/foobar"
17     SDEPEND=">= sys-dev/foo"
18     PROVIDE="virtual/x11"
19    
20 niro 1637 preinstall()
21     {
22 niro 24 foo
23     }
24    
25 niro 1637 postinstall()
26     {
27 niro 24 foo
28     }

Properties

Name Value
svn:executable *