summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2008-05-31 19:16:37 +0000
committerThilo Bangert <bangert@gentoo.org>2008-05-31 19:16:37 +0000
commit507bf3e3a35923294642606c2457b655fb78c43a (patch)
treee54e130108f98de1704b57267c3933a5d27aa1cc /www-client/ck4up/ck4up-1.0.ebuild
parentRemove old ebuild. (diff)
downloadhistorical-507bf3e3a35923294642606c2457b655fb78c43a.tar.gz
historical-507bf3e3a35923294642606c2457b655fb78c43a.tar.bz2
historical-507bf3e3a35923294642606c2457b655fb78c43a.zip
ck4up - Check for Updates on HTTP pages
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'www-client/ck4up/ck4up-1.0.ebuild')
-rw-r--r--www-client/ck4up/ck4up-1.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/www-client/ck4up/ck4up-1.0.ebuild b/www-client/ck4up/ck4up-1.0.ebuild
new file mode 100644
index 000000000000..93ccae73476d
--- /dev/null
+++ b/www-client/ck4up/ck4up-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/ck4up/ck4up-1.0.ebuild,v 1.1 2008/05/31 19:16:37 bangert Exp $
+
+DESCRIPTION="Check for Updates on HTTP pages"
+HOMEPAGE="http://jue.li/crux/ck4up/"
+SRC_URI="http://jue.li/crux/ck4up/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/ruby"
+
+src_compile() {
+ return
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed"
+ dodoc ChangeLog || die
+}