public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* [gentoo-dev] ebuild help
@ 2003-09-24  1:17 99% Brett
  0 siblings, 0 replies; 1+ results
From: Brett @ 2003-09-24  1:17 UTC (permalink / raw
  To: gentoo-dev

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


^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2003-09-24  1:17 99% [gentoo-dev] ebuild help Brett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox