aboutsummaryrefslogtreecommitdiff
path: root/media/sound
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2007-12-10 14:55:58 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2007-12-10 14:55:58 +0000
commitb49554b04fdfdcac3bced6374ac4870100ddee00 (patch)
treebf2ccadf855c8d32bfc6e56ca95f94167826ec8f /media/sound
parent32e36db7fa608010d90a3ffa7f5c678b9fef58c7 (diff)
downloadmkbuilds-b49554b04fdfdcac3bced6374ac4870100ddee00.tar.gz
mkbuilds-b49554b04fdfdcac3bced6374ac4870100ddee00.tar.bz2
added audacity
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@36 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'media/sound')
-rw-r--r--media/sound/audacity/audacity.mkbuild84
1 files changed, 84 insertions, 0 deletions
diff --git a/media/sound/audacity/audacity.mkbuild b/media/sound/audacity/audacity.mkbuild
new file mode 100644
index 0000000..17c91da
--- /dev/null
+++ b/media/sound/audacity/audacity.mkbuild
@@ -0,0 +1,84 @@
+#################################################################
+## Generic template for Mkbuild
+##
+## Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br )
+#################################################################
+#--------------------
+# Personal variables
+#--------------------
+# Author name
+[[SLACKBUILD AUTHOR]]="Silvio Rhatto"
+
+# Initials author name
+[[SLACKBUILD AUTHOR INITIALS]]="rha"
+
+#------------------------
+# Construction Variables
+#------------------------
+#
+# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/audacity/audacity-src-1.3.4.tar.bz2"
+
+# Source base name. if different from package name. Null ("") to default value.
+# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[SOURCE NAME]]="audacity-src"
+
+# Package name. Null ("") to auto-set
+# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
+[[PACKAGE NAME]]="audacity"
+
+[[SLACK REQUIRED]]="wxWidgets"
+
+# SlackBuild PATH in Slack.Sarava tree
+#[[SLACKBUILD PATH]]="others/unclassified/[[NAME]]"
+[[SLACKBUILD PATH]]="media/sound/[[NAME]]"
+
+#---------------------
+# SlackBuild Sections
+#---------------------
+# Default sections:
+# head, set_variables, slkflags, start_structure, untar_source,
+# 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
+
+#------------------
+# Sections changes
+#------------------
+#>slackdesc
+audacity: Audacity (Audacity is a software for sound recording and editing)
+audacity:
+audacity: Audacity is free, open source software for recording and editing
+audacity: sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux,
+audacity: and other operating systems.
+audacity:
+audacity:
+audacity:
+audacity:
+audacity: http://audacity.sourceforge.net/
+audacity:
+#<slackdesc