cairo-dock ebuild
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
WANT_AUTOCONF=latest
WANT_AUTOMAKE=latest
inherit autotools eutils
DESCRIPTION="Cairo-dock is a kind of dock applet, which doesn't depend on any gnome package."
HOMEPAGE="http://developer.berlios.de/projects/cairo-dock/"
SRC_URI="http://download2.berlios.de/cairo-dock/cairo-dock-sources-${PV}.tar.bz2"
LICENSE="GPL"
SLOT="0"
KEYWORDS="amd64 ppc x86"
S="${WORKDIR}/tmp/trunk/${PN}"
src_unpack() {
unpack cairo-dock-sources-${PV}.tar.bz2
cd "${S}"
eautoreconf || die "eautoreconf failed"
econf || die "econf failed"
}
src_compile() {
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ANNOUNCE AUTHORS ChangeLog NEWS README* TODO
}
- Platform : Gentoo Linux
- Script : ebuild
- desc :
This is an ebuild for cairo-dock. WARNING: No dependencies included. Please do leave any dependencies you may find in the comments.
No comments:
Post a Comment