From b49554b04fdfdcac3bced6374ac4870100ddee00 Mon Sep 17 00:00:00 2001
From: rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>
Date: Mon, 10 Dec 2007 14:55:58 +0000
Subject: added audacity

git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@36 18ef50b8-d735-4ccd-97c1-689132df3dd9
---
 media/sound/audacity/audacity.mkbuild | 84 +++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)
 create mode 100644 media/sound/audacity/audacity.mkbuild

(limited to 'media/sound/audacity/audacity.mkbuild')

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
-- 
cgit v1.2.3