From: Brett <adalovelace@kooee.com.au>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] ebuild help
Date: 24 Sep 2003 11:17:38 +1000 [thread overview]
Message-ID: <1064366257.15210.43.camel@dupre.home> (raw)
Greetings,
I have a few Linux programs which I would like to use, but which are not
in portage. I have attempted to make some ebuild scripts (via the ebuild
HOWTO) for these programs, but I can't get them to work.
The error I receive is:
{
# emerge /usr/local/portage/app-office/bhpos-base/app-office/bhpos-base
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy
"/usr/local/portage/app-office/bhpos-base/app-office/bhpos-base".
!!! Error calculating dependencies. Please correct.
}//end error
I have tried everything I can think of, including commenting out all the
required dependencies.
I have also set:
PORTDIR_OVERLAY="/usr/local/portage"
Any help is appreciated :-)
Brett
The ebuild script:
{
cat bhpos-base-1.0.1-1_rc1.ebuild
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Bananahead Point-of-sale software"
HOMEPAGE="http://www.bananapos.com/"
SRC_URI="http://bananapos.com/download/bhpos/stable/base/${P}.tar.gz"
LICENSE="GPL2"
SLOT="0"
KEYWORDS="~x86"
IUSE="X gnome"
DEPEND=">=autoconf-2.54
>=automake-1.73
>=libtool-1.4.3-r1
>=make-3.8.0
>=gettext-0.11.5
>=intltools-0.23
>=pkgconfig-0.15.0"
RDEPEND=""
S=${WORKDIR}/${P}
src_unpack() {
unpack ${A} || die
}
src_compile() {
./configure \
--host=${CHOST} \
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man || die "./configure failed"
}
src_install() {
make \
prefix=${D}/usr \
mandir=${D}/usr/share/man \
infodir=${D}/usr/share/info \
install || die
}
}//end ebuild script
--
gentoo-dev@gentoo.org mailing list
next reply other threads:[~2003-09-24 1:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-24 1:17 Brett [this message]
2003-09-24 2:27 ` [gentoo-dev] ebuild help Mike Frysinger
2003-09-24 4:21 ` Brian Jackson
-- strict thread matches above, loose matches on Subject: below --
2002-06-14 4:02 [gentoo-dev] Ebuild Help Matthew Walker
2002-06-14 6:42 ` Markus Brischke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1064366257.15210.43.camel@dupre.home \
--to=adalovelace@kooee.com.au \
--cc=gentoo-dev@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox