diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2007-11-06 22:02:15 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2007-11-06 22:02:15 +0000 |
commit | 17de95da51d2d32ca37a5b5040fdefaea79ebf9e (patch) | |
tree | 0fba914122851ec851b836834bf84fadbd3ffe8a /media/sound | |
parent | 4446b3d60096b82fab75330065cb3cd36597ac49 (diff) | |
download | mkbuilds-17de95da51d2d32ca37a5b5040fdefaea79ebf9e.tar.gz mkbuilds-17de95da51d2d32ca37a5b5040fdefaea79ebf9e.tar.bz2 |
converted mkbuilds to the new generic format
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@20 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'media/sound')
-rw-r--r-- | media/sound/ezstream/ezstream.mkbuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media/sound/ezstream/ezstream.mkbuild b/media/sound/ezstream/ezstream.mkbuild index e8ab01a..a18b487 100644 --- a/media/sound/ezstream/ezstream.mkbuild +++ b/media/sound/ezstream/ezstream.mkbuild @@ -44,14 +44,28 @@ # make_package, install_package, build_package # Warning: don't remove '#>>' and "#<<" tags. #>> Start SlackBuild Sections: + on: head on: slackbuildrc + on: set_variables on: slkflags on: error_codes + on: start_structure on: download_source +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check + on: untar_source +off: patch_source on: configure + on: make_package + on: install_package on: strip_binaries +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc +off: postinstall_script + on: build_package on: clean_builds #<< End SlackBuild Sections |