summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-07-20 14:11:31 +0000
committerMichael Januszewski <spock@gentoo.org>2004-07-20 14:11:31 +0000
commit5f8114d32d9e5977096f67bd84186347d792417a (patch)
tree605c94e9d87be8c1be28ef2204f0a2f41328dfe0 /media-libs/adplug/adplug-1.4.1.ebuild
parentFixed the zip path, thanks to Andrew Cowie <andrew@operationaldynamics.com> i... (diff)
downloadhistorical-5f8114d32d9e5977096f67bd84186347d792417a.tar.gz
historical-5f8114d32d9e5977096f67bd84186347d792417a.tar.bz2
historical-5f8114d32d9e5977096f67bd84186347d792417a.zip
Initial commit.
Diffstat (limited to 'media-libs/adplug/adplug-1.4.1.ebuild')
-rw-r--r--media-libs/adplug/adplug-1.4.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-libs/adplug/adplug-1.4.1.ebuild b/media-libs/adplug/adplug-1.4.1.ebuild
new file mode 100644
index 000000000000..e03b03c348d3
--- /dev/null
+++ b/media-libs/adplug/adplug-1.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-1.4.1.ebuild,v 1.1 2004/07/20 14:11:31 spock Exp $
+
+DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
+HOMEPAGE="http://adplug.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=dev-cpp/libbinio-1.2"
+
+src_compile() {
+ econf || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}