diff options
Diffstat (limited to 'net/misc/monkeysphere/monkeysphere.mkbuild')
-rw-r--r-- | net/misc/monkeysphere/monkeysphere.mkbuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/misc/monkeysphere/monkeysphere.mkbuild b/net/misc/monkeysphere/monkeysphere.mkbuild index a6fd63f..b3dfdde 100644 --- a/net/misc/monkeysphere/monkeysphere.mkbuild +++ b/net/misc/monkeysphere/monkeysphere.mkbuild @@ -48,11 +48,14 @@ # Signing key [[SIGNING KEY ID]]="EB8AF314" +# Build number +[[BUILD NUMBER]]="2" + # Config files -[[CONFIG FILES]]="etc/monkeysphere/gnupg-host.conf etc/monkeysphere/gnupg-authentication.conf etc/monkeysphere/monkeysphere.conf etc/monkeysphere/monkeysphere-server.conf etc/monkeysphere/monkeysphere-authentication.conf etc/monkeysphere/monkeysphere-host.conf" +[[CONFIG FILES]]="etc/monkeysphere/monkeysphere-host.conf etc/monkeysphere/monkeysphere.conf etc/monkeysphere/monkeysphere-authentication.conf" # Install script -[[REST OF DOINST.SH]]="config etc/monkeysphere/gnupg-host.conf.new; config etc/monkeysphere/gnupg-authentication.conf.new; config etc/monkeysphere/monkeysphere.conf.new; config etc/monkeysphere/monkeysphere-server.conf.new ; config etc/monkeysphere/monkeysphere-authentication.conf.new ; config etc/monkeysphere/monkeysphere-host.conf.new" +[[REST OF DOINST.SH]]="config etc/monkeysphere/monkeysphere-host.conf.new; config etc/monkeysphere/monkeysphere.conf.new; config etc/monkeysphere/monkeysphere-authentication.conf.new" # SlackBuild model [[SLACKBUILD MODEL]]="generic.mkSlackBuild" @@ -84,7 +87,7 @@ off: md5sum_download_and_check_1 off: gpg_signature_check on: manifest_check on: untar_source -off: patch_source + on: patch_source off: configure on: make_package on: install_package |