diff options
author | John J. Ellis <jje@gentoo.org> | 2003-09-28 08:04:41 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-09-28 08:04:41 +0000 |
commit | 060ee5bb11124f4cfda6811ba30d70d53d76d901 (patch) | |
tree | 6f36387a65a081d4bb1e0a7d2299937735867148 /media-sound/abcm2ps/abcm2ps-3.7.9.ebuild | |
parent | Version bump. Closes #20420. (diff) | |
download | historical-060ee5bb11124f4cfda6811ba30d70d53d76d901.tar.gz historical-060ee5bb11124f4cfda6811ba30d70d53d76d901.tar.bz2 historical-060ee5bb11124f4cfda6811ba30d70d53d76d901.zip |
Version bump. Closes #20420.
Diffstat (limited to 'media-sound/abcm2ps/abcm2ps-3.7.9.ebuild')
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-3.7.9.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-sound/abcm2ps/abcm2ps-3.7.9.ebuild b/media-sound/abcm2ps/abcm2ps-3.7.9.ebuild new file mode 100644 index 000000000000..c68415b0055d --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-3.7.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-3.7.9.ebuild,v 1.1 2003/09/28 08:04:38 jje Exp $ + +DESCRIPTION="A program to convert abc files to Postscript files" +HOMEPAGE="http://moinejf.free.fr/" +SRC_URI="http://moinejf.free.fr/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86" +DEPEND="" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + emake \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + datadir=${D}/usr/share/ \ + install || die +} |