From 3b543f56dbe2d7a818ae972c424927b8ffa077a1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 27 Sep 2010 07:05:34 +0000 Subject: [PATCH] ck4up: initial import (verified compilation). --- ck4up/.footprint | 6 ++++++ ck4up/.md5sum | 1 + ck4up/Pkgfile | 15 +++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 ck4up/.footprint create mode 100644 ck4up/.md5sum create mode 100644 ck4up/Pkgfile diff --git a/ck4up/.footprint b/ck4up/.footprint new file mode 100644 index 0000000..21672ab --- /dev/null +++ b/ck4up/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ck4up +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/ck4up.1.gz diff --git a/ck4up/.md5sum b/ck4up/.md5sum new file mode 100644 index 0000000..bed185a --- /dev/null +++ b/ck4up/.md5sum @@ -0,0 +1 @@ +3140d85dec08c495018811596a8aca76 ck4up-1.2.tar.gz diff --git a/ck4up/Pkgfile b/ck4up/Pkgfile new file mode 100644 index 0000000..9a1ddba --- /dev/null +++ b/ck4up/Pkgfile @@ -0,0 +1,15 @@ +# Description: ck4up - Check for Updates, a utility to monitor web pages for updates +# URL: http://jue.li/crux/ck4up +# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: ruby + +name=ck4up +version=1.2 +release=1 +source=(http://jue.li/crux/$name/$name-$version.tar.gz) + +build () { + cd $name-$version + make DESTDIR=$PKG install +} -- 2.26.2