opt/wmclock/Pkgfile

17 lines
454 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A Window Maker applet which displays date and time
# URL: http://www.jmknoble.net/WindowMaker/wmclock/
# Maintainer: Simone Rota, sip at crux dot nu
2008-03-21 03:10:45 +01:00
# Depends on: xorg-gccmakedep, xorg-imake, xorg-libxpm, xorg-libx11
2006-02-23 16:26:10 +01:00
name=wmclock
version=1.0.12.2
2007-01-03 07:28:46 +01:00
release=2
source=(http://www.dockapps.org/download.php/id/328/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --lang english
make
make DESTDIR=$PKG install install.man
}