CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ck4up: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 07:05:34 +0000 (07:05 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 07:05:34 +0000 (07:05 +0000)
ck4up/.footprint [new file with mode: 0644]
ck4up/.md5sum [new file with mode: 0644]
ck4up/Pkgfile [new file with mode: 0644]

diff --git a/ck4up/.footprint b/ck4up/.footprint
new file mode 100644 (file)
index 0000000..21672ab
--- /dev/null
@@ -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 (file)
index 0000000..bed185a
--- /dev/null
@@ -0,0 +1 @@
+3140d85dec08c495018811596a8aca76  ck4up-1.2.tar.gz
diff --git a/ck4up/Pkgfile b/ck4up/Pkgfile
new file mode 100644 (file)
index 0000000..9a1ddba
--- /dev/null
@@ -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
+}