CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openbox: initial import (verified compilation)
[attic/ports/opt-cross.git] / ck4up / Pkgfile
1 # Description: ck4up - Check for Updates, a utility to monitor web pages for updates
2 # URL: http://jue.li/crux/ck4up
3 # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: ruby
6
7 name=ck4up
8 version=1.2
9 release=1
10 source=(http://jue.li/crux/$name/$name-$version.tar.gz)
11
12 build () {
13 cd $name-$version
14 make DESTDIR=$PKG install
15 }