|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.6 2006/07/01 16:06:06 seemant Exp $ | # $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.6 2006/07/01 16:06:06 seemant Exp $ |
| |
inherit distutils eutils toolchain-funcs |
inherit distutils eutils toolchain-funcs versionator |
|
|
|
MY_P=${PN}-$(get_version_component_range 3) |
| |
DESCRIPTION="Tools for working with the ipkg binary package format" | DESCRIPTION="Tools for working with the ipkg binary package format" |
HOMEPAGE="http://www.openembedded.org/" | HOMEPAGE="http://www.openembedded.org/" |
SRC_URI="http://handhelds.org/download/packages/ipkg-utils/${P}.tar.gz" |
SRC_URI="http://handhelds.org/download/packages/ipkg-utils/${MY_P}.tar.gz" |
LICENSE="GPL-2" | LICENSE="GPL-2" |
IUSE="" | IUSE="" |
SLOT="0" | SLOT="0" |
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86" | KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86" |
|
S=${WORKDIR}/${MY_P} |
| |
DEPEND="dev-lang/python" | DEPEND="dev-lang/python" |
| |
src_unpack() { | src_unpack() { |
unpack ${A}; cd ${S} | unpack ${A}; cd ${S} |
| |
epatch ${FILESDIR}/${P}-build_fixes.patch |
epatch ${FILESDIR}/${PN}-1.7-build_fixes.patch |
} | } |
| |
src_compile() { | src_compile() { |