diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-16 14:02:16 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-16 14:02:16 +0000 |
commit | 8ceb22a437b5c4a72d30c1c8661c289e361b91af (patch) | |
tree | b2099e198b9b03eb52a632b16c46603b9c585164 /app-arch/stuffit/stuffit-5.2.0.611.ebuild | |
parent | Fixing bug 22679 (diff) | |
download | gentoo-2-8ceb22a437b5c4a72d30c1c8661c289e361b91af.tar.gz gentoo-2-8ceb22a437b5c4a72d30c1c8661c289e361b91af.tar.bz2 gentoo-2-8ceb22a437b5c4a72d30c1c8661c289e361b91af.zip |
Fixing bug 22679
Diffstat (limited to 'app-arch/stuffit/stuffit-5.2.0.611.ebuild')
-rw-r--r-- | app-arch/stuffit/stuffit-5.2.0.611.ebuild | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611.ebuild index 74be02d39e28..ce92264c8c1a 100644 --- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild +++ b/app-arch/stuffit/stuffit-5.2.0.611.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.6 2003/05/15 11:47:16 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.7 2003/06/16 14:02:08 phosphan Exp $ MY_P="stuffit520.611linux-i386" DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander" HOMEPAGE="http://www.stuffit.com/" -SRC_URI="" +SRC_URI="http://www.aladdinsys.com/downloads/files/${MY_P}.tar.gz" LICENSE="Stuffit" SLOT="0" KEYWORDS="x86 -ppc -sparc -alpha" @@ -18,25 +18,14 @@ S=${WORKDIR} INSTALLDIR="/opt/stuffit" RESTRICT="fetch nostrip" -pkg_setup() { - if [ ${ARCH} != "x86" ] ; then - einfo "This is an x86 only package, sorry" - die "Not supported on your ARCH" - fi -} - -src_unpack() { - if [ ! -f ${DISTDIR}/${MY_P}.tgz ] ; then - einfo - einfo "Please download ${MY_P} from ${HOMEPAGE}downloads.html" - einfo "(click on the Linux Evaluation Link), and put it in ${DISTDIR}" - einfo - einfo "Note that StuffIt requires registration within 15 days," - einfo "but StuffIt Expander is freeware." - einfo - die - fi - unpack ${MY_P}.tgz +pkg_nofetch() { + einfo "Please download stuffit from" + einfo "${SRC_URI}" + einfo "and put the file in ${DISTDIR}" + einfo + einfo "Note that StuffIt requires registration within 15 days," + einfo "but StuffIt Expander is freeware." + einfo } src_install() { |