diff options
author | Jason Wever <weeve@gentoo.org> | 2003-10-07 19:18:06 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-10-07 19:18:06 +0000 |
commit | 09d1b0a6f08e1a042bf5ef5821eb99c4345b5626 (patch) | |
tree | efe812139d267e8a66b79cae49591da8f4a75f9a /sys-devel/sparc32/sparc32-1.1-r1.ebuild | |
parent | rev bump, cleaned up ebuild submitted by Matsuu Takuto <matsuu@gentoo.org>, f... (diff) | |
download | gentoo-2-09d1b0a6f08e1a042bf5ef5821eb99c4345b5626.tar.gz gentoo-2-09d1b0a6f08e1a042bf5ef5821eb99c4345b5626.tar.bz2 gentoo-2-09d1b0a6f08e1a042bf5ef5821eb99c4345b5626.zip |
rev bump, cleaned up ebuild submitted by Matsuu Takuto <matsuu@gentoo.org>, fixes bug #30547.
Diffstat (limited to 'sys-devel/sparc32/sparc32-1.1-r1.ebuild')
-rw-r--r-- | sys-devel/sparc32/sparc32-1.1-r1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sys-devel/sparc32/sparc32-1.1-r1.ebuild b/sys-devel/sparc32/sparc32-1.1-r1.ebuild new file mode 100644 index 000000000000..39a2b7ab693e --- /dev/null +++ b/sys-devel/sparc32/sparc32-1.1-r1.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/sys-devel/sparc32/sparc32-1.1-r1.ebuild,v 1.1 2003/10/07 19:18:03 weeve Exp $ + +inherit eutils + +DESCRIPTION="A SPARC32 compilation environment." +HOMEPAGE="" +SRC_URI="ftp://ftp.auxio.org/pub/linux/SOURCES/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="sparc -x86 -ppc" +IUSE="" + +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} + + epatch ${FILESDIR}/${P}-include.patch +} + +src_compile() { + emake || die +} + +src_install () { + dobin sparc32 + dosym sparc32 /usr/bin/sparc64 + doman sparc32.8 + doman sparc64.8 +} |