summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Holland <tigger@gentoo.org>2003-06-06 22:37:49 +0000
committerRob Holland <tigger@gentoo.org>2003-06-06 22:37:49 +0000
commit14aa65a667f8b3fc8b49606fc32d65e9a7b20bfe (patch)
tree6bebaa79eb503228bf2f54ac71668eb32d2ced5c /media-sound
parentInitial version. Ebuild submitted by Josep Andreu, hacked by me. Closes #22213 (diff)
downloadhistorical-14aa65a667f8b3fc8b49606fc32d65e9a7b20bfe.tar.gz
historical-14aa65a667f8b3fc8b49606fc32d65e9a7b20bfe.tar.bz2
historical-14aa65a667f8b3fc8b49606fc32d65e9a7b20bfe.zip
Initial version. Ebuild submitted by Josep Andreu, hacked by me. Closes #22213
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/horgand/Manifest3
-rw-r--r--media-sound/horgand/files/digest-horgand-0.911
-rw-r--r--media-sound/horgand/horgand-0.91.ebuild33
3 files changed, 36 insertions, 1 deletions
diff --git a/media-sound/horgand/Manifest b/media-sound/horgand/Manifest
index d869f0b9aef9..e30c5de65043 100644
--- a/media-sound/horgand/Manifest
+++ b/media-sound/horgand/Manifest
@@ -1,2 +1,3 @@
-MD5 5fe808af10e1b298ca72a79ed36399e6 horgand-0.91.ebuild 554
+MD5 38150dceb9bce114a2ad52c1f72165b9 horgand-0.91.ebuild 781
+MD5 93bb4e30c86f7353577b8d64d5df7ddb ChangeLog 393
MD5 3ddaec66640532a300bf88ed3f05fe47 files/digest-horgand-0.91 63
diff --git a/media-sound/horgand/files/digest-horgand-0.91 b/media-sound/horgand/files/digest-horgand-0.91
new file mode 100644
index 000000000000..060fb9b31b16
--- /dev/null
+++ b/media-sound/horgand/files/digest-horgand-0.91
@@ -0,0 +1 @@
+MD5 0256bc14dedd201cc30fb2e98b0154aa horgand-0.91.tar.gz 27318
diff --git a/media-sound/horgand/horgand-0.91.ebuild b/media-sound/horgand/horgand-0.91.ebuild
new file mode 100644
index 000000000000..cfd28338c5a8
--- /dev/null
+++ b/media-sound/horgand/horgand-0.91.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-0.91.ebuild,v 1.1 2003/06/06 22:37:42 robh Exp $
+
+DESCRIPTION="horgand is an opensource software organ."
+HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/"
+SRC_URI="http://personal.telefonica.terra.es/web/soudfontcombi/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND=">=x11-libs/fltk-1.1.2
+ virtual/jack"
+
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ emake || die "compile failed"
+}
+
+src_install() {
+ cp Makefile Makefile~
+ sed -e "s:PREFIX = /usr/local:PREFIX = /usr:" Makefile~ > Makefile
+
+ dodir /usr/bin
+
+ einstall DESTDIR=${D}
+
+ prepalldocs
+}