diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-05 20:14:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-05 20:14:15 +0000 |
commit | bae8773d6b08eaa9c0129fdee82779a8b77da654 (patch) | |
tree | 6b9f854e477112b20b0e77e3003a2d468af0c78c /app-cdr | |
parent | fix some deps (diff) | |
download | historical-bae8773d6b08eaa9c0129fdee82779a8b77da654.tar.gz historical-bae8773d6b08eaa9c0129fdee82779a8b77da654.tar.bz2 historical-bae8773d6b08eaa9c0129fdee82779a8b77da654.zip |
made the proper directory for disc-cover
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.1.1.ebuild | 55 | ||||
-rw-r--r-- | app-cdr/disc-cover/files/digest-disc-cover-1.1.1 | 2 |
2 files changed, 57 insertions, 0 deletions
diff --git a/app-cdr/disc-cover/disc-cover-1.1.1.ebuild b/app-cdr/disc-cover/disc-cover-1.1.1.ebuild new file mode 100644 index 000000000000..d55d14a82c7c --- /dev/null +++ b/app-cdr/disc-cover/disc-cover-1.1.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Felix Kurth <felix@fkurth.de> + +A="${P}.tar.gz Audio-CD-0.04-disc-cover-1.1.0.tar.gz" +S=${WORKDIR}/${P} + + +CATEGORY="media-sound" +DESCRIPTION="Creates CD-Covers via Latex by fetching cd-info from freedb.org or local file" + +SRC_PATH="http://www.liacs.nl/~jvhemert/disc-cover/download" +HOMEPAGE="http://www.liacs.nl/~jvhemert/disc-cover" + +SRC_URI="$SRC_PATH/libraries/Audio-CD-0.04-disc-cover-1.1.0.tar.gz + $SRC_PATH/unstable/${P}.tar.gz" + +DEPEND=">=dev-perl/MIME-Base64-2.12 + >=dev-perl/URI-1.10 + >=dev-perl/HTML-Parser-3.15 + >=dev-perl/Digest-MD5-2.12 + >=dev-perl/libnet-1.0703-r1 + >=dev-perl/libwww-perl-5.50 + >=media-libs/libcdaudio-0.99.6 + >=app-text/tetex-1.0.7-r7" + +src_compile() { + cd ${WORKDIR}/Audio-CD-0.04-disc-cover-1.1.0 + perl Makefile.PL || die + make || die + make test || die + #nothing to do for disc-cover itself +} + +src_install () { + cd ${WORKDIR}/Audio-CD-0.04-disc-cover-1.1.0 + make install || die + dodoc ChangeLog MANIFEST README + cd ${S} + into /usr + dobin disc-cover + dodoc AUTHORS CHANGELOG COPYING TODO + docinto freedb + dodoc freedb/* + docinto docs + docinto docs/english + dodoc docs/english/* + docinto docs/dutch + dodoc docs/dutch/* + docinto docs/german + dodoc docs/german/* + docinto docs/spanish + dodoc docs/spanish/* +} + diff --git a/app-cdr/disc-cover/files/digest-disc-cover-1.1.1 b/app-cdr/disc-cover/files/digest-disc-cover-1.1.1 new file mode 100644 index 000000000000..ee46eaf25b43 --- /dev/null +++ b/app-cdr/disc-cover/files/digest-disc-cover-1.1.1 @@ -0,0 +1,2 @@ +MD5 62254f2df904500b195dad885e513eca Audio-CD-0.04-disc-cover-1.1.0.tar.gz 6714 +MD5 5538c5d952ec14e68de5803abfab5ba9 disc-cover-1.1.1.tar.gz 44589 |