diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-19 02:05:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-19 02:05:52 +0000 |
commit | 47228697bba8017879c23ca528f59256ae657d8e (patch) | |
tree | b7c310606b7a00564ba8253bc417633f43bd9adb /app-text/7plus | |
parent | initial commit; ebuild supplied by Robert Steinhausser via bug 21492 (diff) | |
download | gentoo-2-47228697bba8017879c23ca528f59256ae657d8e.tar.gz gentoo-2-47228697bba8017879c23ca528f59256ae657d8e.tar.bz2 gentoo-2-47228697bba8017879c23ca528f59256ae657d8e.zip |
initial commit; ebuild supplied by Robert Steinhausser via bug 21492
Diffstat (limited to 'app-text/7plus')
-rw-r--r-- | app-text/7plus/7plus-2.25.ebuild | 33 | ||||
-rw-r--r-- | app-text/7plus/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/7plus/Manifest | 3 | ||||
-rw-r--r-- | app-text/7plus/files/digest-7plus-2.25 | 1 |
4 files changed, 45 insertions, 1 deletions
diff --git a/app-text/7plus/7plus-2.25.ebuild b/app-text/7plus/7plus-2.25.ebuild new file mode 100644 index 000000000000..5f8459ae32aa --- /dev/null +++ b/app-text/7plus/7plus-2.25.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/7plus-2.25.ebuild,v 1.1 2003/11/19 02:05:50 mr_bones_ Exp $ + +S="${WORKDIR}/7plsrc.${PV//./}" +DESCRIPTION="An encoder for packet radio" +HOMEPAGE="http://home.t-online.de/home/dg1bbq/7plus.htm" +SRC_URI="http://home.t-online.de/home/dg1bbq/7pl${PV//./}sr.tgz" + +LICENSE="7plus" +KEYWORDS="~x86" +SLOT="0" +IUSE="" + +DEPEND="sys-apps/sed" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd ${S} + sed -e "s:CC = gcc:CC = ${CC}:" \ + -e "s:-O2:${CFLAGS}:" linux.mak > Makefile || \ + die "sed Makefile failed" +} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dobin 7plus || die "dobin failed" + dodoc 7pl_hist.nts 7plh_old.nts format.def || die "dodoc failed" +} diff --git a/app-text/7plus/ChangeLog b/app-text/7plus/ChangeLog new file mode 100644 index 000000000000..7ffcbc70a0a5 --- /dev/null +++ b/app-text/7plus/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/7plus +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/ChangeLog,v 1.1 2003/11/19 02:05:50 mr_bones_ Exp $ + +*7plus-2.25 (18 Nov 2003) + + 18 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> 7plus-2.25.ebuild: + initial commit; ebuild supplied by Robert Steinhausser via bug 21492 + diff --git a/app-text/7plus/Manifest b/app-text/7plus/Manifest index 70fb5f736f72..fd77908b2181 100644 --- a/app-text/7plus/Manifest +++ b/app-text/7plus/Manifest @@ -1,2 +1,3 @@ -MD5 211168c42293e02650c83f19d6ade5e6 7plus-2.25.ebuild 745 +MD5 be18435625393a29d3fc12f7decfe011 7plus-2.25.ebuild 860 +MD5 1e1472253ab4bf15621aaa5c032d03a1 ChangeLog 386 MD5 8aef3052d4a5659b67a2709c1c1c0de3 files/digest-7plus-2.25 56 diff --git a/app-text/7plus/files/digest-7plus-2.25 b/app-text/7plus/files/digest-7plus-2.25 new file mode 100644 index 000000000000..f0eadddb9562 --- /dev/null +++ b/app-text/7plus/files/digest-7plus-2.25 @@ -0,0 +1 @@ +MD5 b4c5f883d75b112cb0f0dd40c21b3d8c 7pl225sr.tgz 65122 |