From 5710f26cb37a136a102390a373fe1d39e031fc26 Mon Sep 17 00:00:00 2001 From: azazello Date: Thu, 12 Apr 2007 23:11:16 +0000 Subject: app-laptop/toshset: New Ebuild for bug 113487 svn path=/sunrise/; revision=3411 --- app-laptop/toshset/toshset-1.72.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-laptop/toshset/toshset-1.72.ebuild (limited to 'app-laptop/toshset/toshset-1.72.ebuild') diff --git a/app-laptop/toshset/toshset-1.72.ebuild b/app-laptop/toshset/toshset-1.72.ebuild new file mode 100644 index 000000000..d70f4f3f3 --- /dev/null +++ b/app-laptop/toshset/toshset-1.72.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +DESCRIPTION="Utility to modify HCI/SCI controls on Toshiba Laptops" +HOMEPAGE="http://www.schwieters.org/toshset http://packages.ubuntulinux.org/feisty/utils/toshset" +SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/t/toshset/toshset_${PV}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +RESTRICT="mirror" + +src_unpack() { + unpack ${A} +# epatch "${DISTDIR}/toshset_${PV}-2ubuntu1.diff" + sed -i 's/CFLAGS = -march=i486 \(-Wall @OS_CFLAGS@ @DEBUGFLAGS@\)/CFLAGS := \1 ${CFLAGS}/' "${S}/Makefile.in" || die "sed failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc README +} -- cgit v1.2.3-18-g5258