diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/backup/metastore/metastore.mkbuild | 4 | ||||
-rw-r--r-- | app/backup/tahoe/tahoe.mkbuild | 4 | ||||
-rw-r--r-- | app/text/tesseract/tesseract.mkbuild | 4 | ||||
-rw-r--r-- | app/text/xmlto/xmlto.mkbuild | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/app/backup/metastore/metastore.mkbuild b/app/backup/metastore/metastore.mkbuild index c483e02..a2b35c2 100644 --- a/app/backup/metastore/metastore.mkbuild +++ b/app/backup/metastore/metastore.mkbuild @@ -42,6 +42,9 @@ # Documentation [[DOCUMENTATION FILES]]="LICENSE README" +# SlackBuild PATH in Slack.Sarava tree +[[SLACKBUILD PATH]]="app/backup/metastore" + #--------------------- # SlackBuild Sections #--------------------- @@ -62,6 +65,7 @@ off: svn_source off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check off: untar_source off: patch_source off: configure diff --git a/app/backup/tahoe/tahoe.mkbuild b/app/backup/tahoe/tahoe.mkbuild index d56f055..10ae3a7 100644 --- a/app/backup/tahoe/tahoe.mkbuild +++ b/app/backup/tahoe/tahoe.mkbuild @@ -46,6 +46,9 @@ # Dependency list [[SLACK REQUIRED]]="zfec: foolscap: simplejson: pycryptopp: Nevow: zope.interface: Twisted: setuptools" +# SlackBuild PATH in Slack.Sarava tree +[[SLACKBUILD PATH]]="app/backup/tahoe" + #--------------------- # SlackBuild Sections #--------------------- @@ -64,6 +67,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source off: configure diff --git a/app/text/tesseract/tesseract.mkbuild b/app/text/tesseract/tesseract.mkbuild index 4a24446..59dbc25 100644 --- a/app/text/tesseract/tesseract.mkbuild +++ b/app/text/tesseract/tesseract.mkbuild @@ -30,6 +30,9 @@ # NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* [[DOCUMENTATION FILES]]="AUTHORS COPYING ChangeLog NEWS README" +# SlackBuild PATH in Slack.Sarava tree +[[SLACKBUILD PATH]]="app/text/tesseract" + # # Default enable sections: # head, set_variables, slkflags, start_structure, untar_source, @@ -46,6 +49,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure diff --git a/app/text/xmlto/xmlto.mkbuild b/app/text/xmlto/xmlto.mkbuild index b906683..9ac6524 100644 --- a/app/text/xmlto/xmlto.mkbuild +++ b/app/text/xmlto/xmlto.mkbuild @@ -30,6 +30,9 @@ # NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* [[DOCUMENTATION FILES]]="AUTHORS COPYING ChangeLog FAQ NEWS README" +# SlackBuild PATH in Slack.Sarava tree +[[SLACKBUILD PATH]]="app/text/xmlto" + # # Default enable sections: # head, set_variables, slkflags, start_structure, untar_source, @@ -46,6 +49,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure |