summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-18 14:56:18 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-18 14:56:18 +0000
commitf1d4872858b47500509f75d643e844efa8dfd70b (patch)
tree55dbc07cf2d15da8199e55867eda6f817f7e2252 /media-sound
parent*** empty log message *** (diff)
downloadhistorical-f1d4872858b47500509f75d643e844efa8dfd70b.tar.gz
historical-f1d4872858b47500509f75d643e844efa8dfd70b.tar.bz2
historical-f1d4872858b47500509f75d643e844efa8dfd70b.zip
*** empty log message ***
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/nas/files/digest-nas-1.4.11
-rw-r--r--media-sound/nas/nas-1.4.1.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/media-sound/nas/files/digest-nas-1.4.1 b/media-sound/nas/files/digest-nas-1.4.1
new file mode 100644
index 000000000000..15325ced5c62
--- /dev/null
+++ b/media-sound/nas/files/digest-nas-1.4.1
@@ -0,0 +1 @@
+MD5 8822b58c2662238ca860cfbf05345f64 nas-1.4.1.src.tar.gz
diff --git a/media-sound/nas/nas-1.4.1.ebuild b/media-sound/nas/nas-1.4.1.ebuild
new file mode 100644
index 000000000000..1044852624af
--- /dev/null
+++ b/media-sound/nas/nas-1.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1.ebuild,v 1.1 2000/10/18 14:56:18 achim Exp $
+
+A=${P}.src.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="The Network Audio System"
+SRC_URI="http://radscan.com/nas/${A}"
+HOMEPAGE="http://radscan.com/nas.html"
+
+
+src_compile() {
+
+ cd ${S}
+ try xmkmf
+ try make World
+
+}
+
+src_install () {
+
+ cd ${S}
+ try make DESTDIR=${D} install
+ dodoc BUGS BUILDNOTES FAQ HISTORY README RELEASE TODO doc/*.ps
+}
+