opt/ck4up/Pkgfile
Juergen Daubert 938adb4959 [notify] ck4up: update to 0.2.4
New release with two bug-fixes and two improvements. Patches
for the later provided by Tilman Sauerbeck. See ChangeLog
for details.

Unfortunately these changes result in partly different md5
sums for the fetched pages. It's recommended to run ck4up
version 0.2.3 before upgrading to the new version.
2007-10-20 11:10:09 +02:00

15 lines
373 B
Plaintext

# Description: ck4up - Check for Updates, a utility to monitor web pages for updates
# URL: http://jue.li/crux/ck4up
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: ruby
name=ck4up
version=0.2.4
release=1
source=(http://jue.li/crux/$name/$name-$version.tar.gz)
build () {
cd $name-$version
make DESTDIR=$PKG install
}