diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-03-25 15:01:04 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-03-25 15:01:04 +0000 |
commit | 642ab590cb0da9218707e0a3f4b9b7eda9ba8cf3 (patch) | |
tree | 805645e57c7c9bd576751e152ec659bad2f3c41c /app/text/scrollkeeper/scrollkeeper.mkbuild | |
parent | fad486be1d3a5f00d66ec3b60806624f839c8780 (diff) | |
download | mkbuilds-642ab590cb0da9218707e0a3f4b9b7eda9ba8cf3.tar.gz mkbuilds-642ab590cb0da9218707e0a3f4b9b7eda9ba8cf3.tar.bz2 |
ekiga: updating ekiga (to 3.0.0) and its dependencies
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@400 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'app/text/scrollkeeper/scrollkeeper.mkbuild')
-rw-r--r-- | app/text/scrollkeeper/scrollkeeper.mkbuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/text/scrollkeeper/scrollkeeper.mkbuild b/app/text/scrollkeeper/scrollkeeper.mkbuild index b4579ff..f18c855 100644 --- a/app/text/scrollkeeper/scrollkeeper.mkbuild +++ b/app/text/scrollkeeper/scrollkeeper.mkbuild @@ -45,7 +45,7 @@ # # Build number. # Auto-set to default 1 -[[BUILD NUMBER]]="" +[[BUILD NUMBER]]="2" # # Source Name construction string @@ -99,6 +99,8 @@ #[[MD5SUM EXTENSION]]="" #[[SIGNING KEY]]="" #[[SIGNING KEY URL]]="" +[[CONFIG FILES]]="etc/scrollkeeper.conf" +[[REST OF DOINST.SH]]="config etc/scrollkeeper.conf.new" [[PATCH FILES]]="" [[NUMBER OF PREFIX SLASHES TO STRIP]]="1" @@ -127,6 +129,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 @@ -135,9 +138,11 @@ off: patch_source on: strip_binaries off: compress_manpages off: compress_info_files +off: copy_config_files on: install_documentation on: slackdesc -off: postinstall_script + on: move_config_files + on: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections |