summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Toomsalu <frame@gentoo.org>2003-06-26 13:01:42 +0000
committerAndres Toomsalu <frame@gentoo.org>2003-06-26 13:01:42 +0000
commitc8daddbd61bb82688d1f18273d312a5131696d45 (patch)
treec1f7c0054bcd3a76db3bf4f16faade504484b546 /net-misc/ltsp-sound
parentInitial import. Ebuild submitted by Bret Towe (diff)
downloadgentoo-2-c8daddbd61bb82688d1f18273d312a5131696d45.tar.gz
gentoo-2-c8daddbd61bb82688d1f18273d312a5131696d45.tar.bz2
gentoo-2-c8daddbd61bb82688d1f18273d312a5131696d45.zip
Initial import. Ebuild submitted by Bret Towe
Diffstat (limited to 'net-misc/ltsp-sound')
-rw-r--r--net-misc/ltsp-sound/ChangeLog9
-rw-r--r--net-misc/ltsp-sound/Manifest2
-rw-r--r--net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r11
-rw-r--r--net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild31
4 files changed, 42 insertions, 1 deletions
diff --git a/net-misc/ltsp-sound/ChangeLog b/net-misc/ltsp-sound/ChangeLog
new file mode 100644
index 000000000000..27fac61b0bae
--- /dev/null
+++ b/net-misc/ltsp-sound/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-misc/ltsp-sound
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-sound/ChangeLog,v 1.1 2003/06/26 13:01:27 frame Exp $
+
+* ltsp-sound-3.0.1-r1 (26 June 2003)
+
+ 26 June 2003; Andres Toomsalu frame@gentoo.org ltsp-sound-3.0.1-r1.ebuild :
+ Initial import. Ebuild submitted by Bret Towe btowe@gbis.com.
+ \ No newline at end of file
diff --git a/net-misc/ltsp-sound/Manifest b/net-misc/ltsp-sound/Manifest
index 12282554383c..80f5f3b357b4 100644
--- a/net-misc/ltsp-sound/Manifest
+++ b/net-misc/ltsp-sound/Manifest
@@ -1,3 +1,3 @@
+MD5 f958aceb317d1448d228a3f73a6649f2 ChangeLog 402
MD5 158818ef1c45a07f097e5d8934e79a84 ltsp-sound-3.0.1-r1.ebuild 681
-MD5 71dddfd2617f5d84ddd0413f682ac45f ChangeLog 311
MD5 608068baa41b83d3dd0b47eb6f93e793 files/digest-ltsp-sound-3.0.1-r1 70
diff --git a/net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r1 b/net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r1
new file mode 100644
index 000000000000..63de308c769e
--- /dev/null
+++ b/net-misc/ltsp-sound/files/digest-ltsp-sound-3.0.1-r1
@@ -0,0 +1 @@
+MD5 e900a080c444d5add6dcba40595dcdc6 ltsp_sound-3.0.1-i386.tgz 346038
diff --git a/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild b/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild
new file mode 100644
index 000000000000..04e4bd59b47a
--- /dev/null
+++ b/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+IUSE="gnome"
+S=${WORKDIR}/ltsp_sound
+HOMEPAGE="http://www.ltsp.org"
+DESCRIPTION="Sound package for Linux Terminal Server"
+SRC_URI="mirror://sourceforge/ltsp/ltsp_sound-${PV}-i386.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="net-misc/ltsp-core
+ media-libs/libaudiooss
+ media-libs/nas
+ gnome? ( media-sound/esound )"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ cd ${S}
+ # install client stuff
+ # since we arent compiling might as well install it all
+ # no need to nit pick
+ insinto /opt/ltsp
+ cp -r i386 ${D}/opt/ltsp
+
+ dodoc README COPYING
+
+}