diff options
author | John J. Ellis <jje@gentoo.org> | 2003-03-09 01:16:54 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-03-09 01:16:54 +0000 |
commit | 4307cce245086e2dddecdac71c8c0d64605e35ba (patch) | |
tree | b5a00665e937e28a88fdefbbedf440f8f8fe69bd /media-sound/amp | |
parent | New version (diff) | |
download | gentoo-2-4307cce245086e2dddecdac71c8c0d64605e35ba.tar.gz gentoo-2-4307cce245086e2dddecdac71c8c0d64605e35ba.tar.bz2 gentoo-2-4307cce245086e2dddecdac71c8c0d64605e35ba.zip |
New ebuild (~x86 masked) closes #15355
Diffstat (limited to 'media-sound/amp')
-rw-r--r-- | media-sound/amp/ChangeLog | 12 | ||||
-rw-r--r-- | media-sound/amp/amp-0.7.6.ebuild | 27 | ||||
-rw-r--r-- | media-sound/amp/files/amp-0.7.6-gentoo.diff | 22 | ||||
-rw-r--r-- | media-sound/amp/files/digest-amp-0.7.6 | 1 |
4 files changed, 62 insertions, 0 deletions
diff --git a/media-sound/amp/ChangeLog b/media-sound/amp/ChangeLog new file mode 100644 index 000000000000..72341d0e34e4 --- /dev/null +++ b/media-sound/amp/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for media-sound/amp +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amp/ChangeLog,v 1.1 2003/03/09 01:16:54 jje Exp $ + +*amp-0.7.6 (09 Mar 2003) + + 09 Mar 2003; jje <jje@gentoo.org> amp-0.7.6.ebuild, + files/amp-0.7.6-gentoo.diff: + Initial revision. + + Submitted by: Alex Rudnick + diff --git a/media-sound/amp/amp-0.7.6.ebuild b/media-sound/amp/amp-0.7.6.ebuild new file mode 100644 index 000000000000..2807b84f39c8 --- /dev/null +++ b/media-sound/amp/amp-0.7.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amp/amp-0.7.6.ebuild,v 1.1 2003/03/09 01:16:54 jje Exp $ + +DESCRIPTION="AMP - the Audio Mpeg Player" +LICENSE="as-is" + +SRC_URI="http://distro.ibiblio.org/pub/Linux/distributions/slackware/slackware_source/ap/amp/${P}.tar.gz" +KEYWORDS='~x86' +SLOT="0" +S=${WORKDIR}/${P} + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + + patch -p0 <${FILESDIR}/${P}-gentoo.diff || die + emake || die +} + +src_install() { + dobin amp || die + dodoc BUGS CHANGES README TODO doc/* +} diff --git a/media-sound/amp/files/amp-0.7.6-gentoo.diff b/media-sound/amp/files/amp-0.7.6-gentoo.diff new file mode 100644 index 000000000000..dcef8bcae534 --- /dev/null +++ b/media-sound/amp/files/amp-0.7.6-gentoo.diff @@ -0,0 +1,22 @@ +*** Makefile Sat Feb 8 17:57:02 2003 +--- Makefile.new Sat Feb 8 20:33:52 2003 +*************** +*** 11,16 **** +--- 11,17 ---- + DEFINES = -DNO_BYTE_SWAPPING -DOS_Linux -DARCH_i686 + CFLAGS = -O6 -ffast-math -fomit-frame-pointer ${DEFINES} ${DEBUG} + LDFLAGS = ++ INSTALL=install + + # + # uncomment both of these if you want profiling support +*************** +*** 50,53 **** +--- 51,57 ---- + dep: + gcc -MM ${DEFINES} ${DEBUG} *.c > .depend + ++ install: amp ++ $(INSTALL) amp /usr/bin ++ + #-include .depend diff --git a/media-sound/amp/files/digest-amp-0.7.6 b/media-sound/amp/files/digest-amp-0.7.6 new file mode 100644 index 000000000000..f38aea6c1e87 --- /dev/null +++ b/media-sound/amp/files/digest-amp-0.7.6 @@ -0,0 +1 @@ +MD5 c12a27ac84b417bdac3330c3aa366122 amp-0.7.6.tar.gz 100337 |