mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-plugins/wmgtemp: drop old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="CPU and SYS temperature dockapp"
|
||||
HOMEPAGE="http://www.fluxcode.net"
|
||||
SRC_URI="http://www.fluxcode.net/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Artistic"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXpm"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-proto/xextproto
|
||||
=sys-apps/lm_sensors-3*
|
||||
>=sys-apps/sed-4"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
sed -i -e "s:-Wall -g:\$(CFLAGS):" src/Makefile || die "sed failed."
|
||||
|
||||
#Honour Gentoo LDFLAGS, rationalizing Makefile - see bug #337411.
|
||||
sed -i -e "s:LDFLAGS =:LIBS =:" src/Makefile || die "sed failed."
|
||||
sed -i -e "s:\$(LDFLAGS) -o \$(BINARY):\$(LDFLAGS) -o \$(BINARY) \$(LIBS):" src/Makefile || die "sed failed."
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "emake failed."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc BUGS CREDITS README TODO
|
||||
dobin src/wmgtemp
|
||||
doman wmgtemp.1
|
||||
}
|
||||
Reference in New Issue
Block a user