# mage-script app-dir/template.mage # # Usually you don't need generate mage files by yourself. # They can be autogenerated with smage2. # smage2 only-regen-tree /path/to/smage2/file # PKGNAME="template" STATE="stable|unstable|old" #PKGTYPE="virtual" DESCRIPTION="description" HOMEPAGE="http://www.foobar.foo/" DEPEND=">= app-dir/foobar" SDEPEND=">= sys-dev/foo" PROVIDE="virtual/x11" preinstall() { foo } postinstall() { foo }