# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/powerpc-utils/powerpc-utils-1.1.3-r12.ebuild,v 1.4 2005/09/05 18:49:02 corsair Exp $ inherit eutils DEBRV=${PR/r/} MY_P="${PN}_${PV}" DESCRIPTION="PowerPC utils; nvsetenv" SRC_URI="http://http.us.debian.org/debian/pool/main/p/powerpc-utils/${MY_P}.orig.tar.gz http://http.us.debian.org/debian/pool/main/p/powerpc-utils/${MY_P}-${DEBRV}.diff.gz" HOMEPAGE="http://http.us.debian.org/debian/pool/main/p/powerpc-utils/" KEYWORDS="-alpha -amd64 -hppa -mips ppc ppc64 -sparc -x86" IUSE="" DEPEND="virtual/libc" RDEPEND="" SLOT="0" LICENSE="GPL-2" src_unpack() { cd ${WORKDIR} unpack powerpc-utils_${PV}.orig.tar.gz mv pmac-utils ${P} cd ${S} epatch ${DISTDIR}/powerpc-utils_${PV}-${DEBRV}.diff.gz || die epatch ${FILESDIR}/hotfix.patch cd ${WORKDIR} chown -R 0:0 * chmod -R a+r-w+X,u+w * } src_compile() { emake CFLAGS="$CFLAGS -fsigned-char" || die } src_install() { into /usr dosbin nvsetenv trackpad clock mousemode backlight nvsetvol fblevel fnset || die doman trackpad.8 nvsetvol.8 fblevel.8 || die }