diff options
author | Peter Gavin <pete@gentoo.org> | 2001-02-11 01:35:58 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-02-11 01:35:58 +0000 |
commit | c48f0597ec2dfaf18e0a4c5f6108ff1dc46f23e2 (patch) | |
tree | fd27fa0a936dcb618fe3d747808607e8461c622d /media-libs/libcdaudio | |
parent | Added proper header to ebuild script (diff) | |
download | historical-c48f0597ec2dfaf18e0a4c5f6108ff1dc46f23e2.tar.gz historical-c48f0597ec2dfaf18e0a4c5f6108ff1dc46f23e2.tar.bz2 historical-c48f0597ec2dfaf18e0a4c5f6108ff1dc46f23e2.zip |
added a bunch of digests, svgalib, libcdaudio, and cdcd. libcdaudio
and cdcd aren't yet done, tho
Diffstat (limited to 'media-libs/libcdaudio')
-rw-r--r-- | media-libs/libcdaudio/libcdaudio-0.99.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.4.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.4.ebuild new file mode 100644 index 000000000000..10c1da1d2602 --- /dev/null +++ b/media-libs/libcdaudio/libcdaudio-0.99.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Peter Gavin <pete@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.4.ebuild,v 1.1 2001/02/11 01:35:58 pete Exp $ + +#P= +A=${PN}-${PV}.tar.gz +S=${WORKDIR}/${PN}-${PV} +DESCRIPTION="a library of cd audio related routines" +SRC_URI="ftp://cdcd.undergrid.net/libcdaudio/libcdaudio-0.99.4.tar.gz" +HOMEPAGE="http://cdcd.undergrid.net/libcdaudio/" +DEPEND="virtual/glibc" + +src_compile() { + cd ${S} + try ./configure --prefix=/usr --host=${CHOST} + try make +} + +src_install () { + cd ${S} + try make DESTDIR=${D} install +} + |