pyxf86config amd64-aware

git-svn-id: http://svn.sabayonlinux.org/overlay@549 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
lxnay
2006-12-25 10:45:30 +00:00
parent a844cf092e
commit 9d72c06f49
3 changed files with 46 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
DIST pyxf86config-0.3.30-1.fc6.src.rpm 338814 RMD160 9e13df300eb454b0cdd6e7782a908ebaf1cd523e SHA1 c02a535fed6e1256984960a9e14927a3267f749f SHA256 1ebd34e6832fa660fcfd34e22239c95331db3577d99e86a551a6e433315b2026
EBUILD pyxf86config-0.3.30.ebuild 984 RMD160 4d33c609acd47d46d441197f530471cb3885409c SHA1 8639121abe1e520625003277d84c31aa667a3437 SHA256 29a73e466d249d1ded87450656f60fa41d25d88a66866859e186155ddb266832
MD5 7a6b675884e0308b590f051de03d6db9 pyxf86config-0.3.30.ebuild 984
RMD160 4d33c609acd47d46d441197f530471cb3885409c pyxf86config-0.3.30.ebuild 984
SHA256 29a73e466d249d1ded87450656f60fa41d25d88a66866859e186155ddb266832 pyxf86config-0.3.30.ebuild 984
MD5 313abcbd0c3e553a97e926cbec123b11 files/digest-pyxf86config-0.3.30 280
RMD160 52d14fbb8b65a58636bf986fe1289983cbc1e8f5 files/digest-pyxf86config-0.3.30 280
SHA256 32e090781230f98ca46fea120a7d761eb686f78685ed25d7b6a7521288665922 files/digest-pyxf86config-0.3.30 280
@@ -0,0 +1,3 @@
MD5 dbec4de5c2efcdefbac787f9d4c92bb2 pyxf86config-0.3.30-1.fc6.src.rpm 338814
RMD160 9e13df300eb454b0cdd6e7782a908ebaf1cd523e pyxf86config-0.3.30-1.fc6.src.rpm 338814
SHA256 1ebd34e6832fa660fcfd34e22239c95331db3577d99e86a551a6e433315b2026 pyxf86config-0.3.30-1.fc6.src.rpm 338814
@@ -0,0 +1,35 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.30.ebuild,v 1.2 2006/09/05 23:17:31 dberkholz Exp $
inherit python rpm
# Tag for which Fedora Core version it's from
FCVER="6"
# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
# tarball out of it
RPMREV="1"
DESCRIPTION="Python wrappers for libxf86config"
HOMEPAGE="http://fedora.redhat.com/projects/config-tools/"
SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.fc${FCVER}.src.rpm"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE=""
RDEPEND="=dev-libs/glib-2*
dev-lang/python"
DEPEND="${RDEPEND}
>=x11-base/xorg-server-1.1.1-r1"
src_compile() {
python_version
econf \
--with-python-version=${PYVER} \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}