diff options
author | Matthew Turk <satai@gentoo.org> | 2002-11-16 06:57:22 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-11-16 06:57:22 +0000 |
commit | 0986290ee382ac666ffec932fe8e7e65992f11e6 (patch) | |
tree | ffe33facd8f3eb2d734f9e088432b676b8391363 /media-sound/abcm2ps | |
parent | add bitkeeper 3.0 ebuild (diff) | |
download | historical-0986290ee382ac666ffec932fe8e7e65992f11e6.tar.gz historical-0986290ee382ac666ffec932fe8e7e65992f11e6.tar.bz2 historical-0986290ee382ac666ffec932fe8e7e65992f11e6.zip |
Initial import. Thanks to Peter Johanson (peter@peterjohanson.com)
Diffstat (limited to 'media-sound/abcm2ps')
-rw-r--r-- | media-sound/abcm2ps/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-2.11.3.ebuild | 28 | ||||
-rw-r--r-- | media-sound/abcm2ps/files/digest-abcm2ps-2.11.3 | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog new file mode 100644 index 000000000000..8c032b0ed9f0 --- /dev/null +++ b/media-sound/abcm2ps/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.1 2002/11/16 06:57:22 satai Exp $ + +*abcm2ps-2.11.3 (16 Nov 2002) + + 16 Nov 2002; Matthew Turk <satai@gentoo.org> : + Initial import. Ebuild submitted by submitter_name <peter@peterjohanson.com> diff --git a/media-sound/abcm2ps/abcm2ps-2.11.3.ebuild b/media-sound/abcm2ps/abcm2ps-2.11.3.ebuild new file mode 100644 index 000000000000..0f6cdc9baf51 --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-2.11.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-2.11.3.ebuild,v 1.1 2002/11/16 06:57:22 satai Exp $ + +DESCRIPTION="A program to convert abc files to Postscript files" +HOMEPAGE="http://moinejf.free.fr/" +SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${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 +} diff --git a/media-sound/abcm2ps/files/digest-abcm2ps-2.11.3 b/media-sound/abcm2ps/files/digest-abcm2ps-2.11.3 new file mode 100644 index 000000000000..1ac28c286615 --- /dev/null +++ b/media-sound/abcm2ps/files/digest-abcm2ps-2.11.3 @@ -0,0 +1 @@ +MD5 7ebf6ac9b94b16e6443ce911bb10a4ec abcm2ps-2.11.3.tar.gz 174851 |