new kcaldav ebuild

This commit is contained in:
Micha Glave 2010-08-16 11:11:30 +02:00
parent f66a84898a
commit 77674b5415
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST kcaldav-1.1.0.tar.gz 536931 RMD160 3ca3bf446da64abf93b1d0ac4c095def666e6c07 SHA1 f8cac3587bc6206733072c83d372756991061e90 SHA256 9c2763d1f9d21dbe779f297f119c34fab19c7cae5f7c66ca254bd6b99364c922
EBUILD kcaldav-1.1.0.ebuild 511 RMD160 283b88dcb048e8e0198651c4fe22fe3cc4c1f512 SHA1 9f6e2a6138e487d25127760ad192b64ae43f1d41 SHA256 4030fafc2f7c68f0928528af00915e3b93a0d4221f25631c50c992b9d26e99e8

View File

@ -0,0 +1,30 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
DESCRIPTION="CalDAV support for KDE Kontact"
HOMEPAGE="http://code.google.com/p/kcaldav/"
SRC_URI="http://kcaldav.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_compile() {
cd ${S}
emake || die "make failed"
}
src_install() {
emake DESTDIR="${D}" install || die "einstall failed"
}