summaryrefslogtreecommitdiffstats
path: root/audio-drivers/nas
diff options
context:
space:
mode:
authorArjan Bouter2007-03-26 14:10:55 +0200
committerArjan Bouter2007-03-26 14:10:55 +0200
commit4cc507d85600607270096fda9c7ab147e57b2089 (patch)
treefa7099f4e1e9da28e88de757d3f90e74376b62c5 /audio-drivers/nas
parent72494307ec3410c37ce0d24acc457db4383265d1 (diff)
nas: added the option to install the dev version
Diffstat (limited to 'audio-drivers/nas')
-rwxr-xr-xaudio-drivers/nas/DETAILS4
-rw-r--r--audio-drivers/nas/HISTORY3
-rwxr-xr-xaudio-drivers/nas/PREPARE1
-rw-r--r--audio-drivers/nas/nas-1.8b.src.tar.gz.sigbin0 -> 65 bytes
4 files changed, 8 insertions, 0 deletions
diff --git a/audio-drivers/nas/DETAILS b/audio-drivers/nas/DETAILS
index a78e6beccd..c7dd44406c 100755
--- a/audio-drivers/nas/DETAILS
+++ b/audio-drivers/nas/DETAILS
@@ -1,5 +1,9 @@
SPELL=nas
+if [[ "$NAS_DEV" = "y" ]]; then
+ VERSION=1.8b
+else
VERSION=1.8
+fi
SOURCE=$SPELL-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://nas.codebrilliance.com/nas/$SOURCE
diff --git a/audio-drivers/nas/HISTORY b/audio-drivers/nas/HISTORY
index 740c4c1752..ccb4c3e8eb 100644
--- a/audio-drivers/nas/HISTORY
+++ b/audio-drivers/nas/HISTORY
@@ -1,3 +1,6 @@
+2007-03-26 Arjan Bouter <abouter@sourcemage.org
+ * DETAILS,PREPARE: added the dev version
+
2006-10-11 David Kowis <dkowis@shlrm.org>
* DEPENDS: fixing bug 10277
diff --git a/audio-drivers/nas/PREPARE b/audio-drivers/nas/PREPARE
new file mode 100755
index 0000000000..742e9fb41c
--- /dev/null
+++ b/audio-drivers/nas/PREPARE
@@ -0,0 +1 @@
+config_query NAS_DEV "Do you want to use the development version of NAS?" n
diff --git a/audio-drivers/nas/nas-1.8b.src.tar.gz.sig b/audio-drivers/nas/nas-1.8b.src.tar.gz.sig
new file mode 100644
index 0000000000..2b78ebc505
--- /dev/null
+++ b/audio-drivers/nas/nas-1.8b.src.tar.gz.sig
Binary files differ