diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-07-20 14:15:42 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-07-20 14:15:42 +0000 |
commit | 701f64ef1a3249d33e0ac3dd519a5d812b8d7d3d (patch) | |
tree | 13af54e858b44102a0b0221f6a82244618aef232 /media-libs/adplug/adplug-1.4.1.ebuild | |
parent | Fixed the zip path, thanks to Andrew Cowie <andrew@operationaldynamics.com> i... (diff) | |
download | gentoo-2-701f64ef1a3249d33e0ac3dd519a5d812b8d7d3d.tar.gz gentoo-2-701f64ef1a3249d33e0ac3dd519a5d812b8d7d3d.tar.bz2 gentoo-2-701f64ef1a3249d33e0ac3dd519a5d812b8d7d3d.zip |
Initial commit.
Diffstat (limited to 'media-libs/adplug/adplug-1.4.1.ebuild')
-rw-r--r-- | media-libs/adplug/adplug-1.4.1.ebuild | 21 |
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 +} |