Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2573 - (show annotations) (download)
Wed Jan 29 12:27:04 2014 UTC (10 years, 3 months ago) by niro
File size: 439 byte(s)
-removed executable property
1 # mage-script app-dir/template.mage
2 #
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
8 PKGNAME="template"
9 STATE="stable|unstable|old"
10
11 #PKGTYPE="virtual"
12
13 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 preinstall()
21 {
22 foo
23 }
24
25 postinstall()
26 {
27 foo
28 }