1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

updated ebuild

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@32 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-07-30 22:04:20 +00:00
parent be35e6bc6e
commit 022a4cdda8

View File

@ -11,7 +11,7 @@ SRC_URI="http://conky.rty.ca/${P}.tar.bz2"
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86" KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="truetype seti metar" IUSE="truetype seti metar mldonkey mpd"
RDEPEND="virtual/libc RDEPEND="virtual/libc
virtual/x11 virtual/x11
@ -33,12 +33,13 @@ DEPEND="truetype? ( >=media-libs/freetype-2 )
src_compile() { src_compile() {
local myconf local myconf
myconf="--enable-double-buffer --enable-own-window --enable-proc-uptime myconf="--enable-double-buffer --enable-own-window --enable-proc-uptime"
--enable-mpd"
econf \ econf \
${myconf} \ ${myconf} \
$(use_enable truetype xft) \ $(use_enable truetype xft) \
$(use_enable metar) \ $(use_enable metar) \
$(use_enable mldonkey) \
$(use_enable mpd) \
$(use_enable seti) || die "econf failed" $(use_enable seti) || die "econf failed"
emake || die "compile failed" emake || die "compile failed"
} }