wmclock: removed.

This commit is contained in:
Tilman Sauerbeck 2009-01-11 20:04:21 +01:00
parent ae8b41b84c
commit 63c6ebdba5
3 changed files with 0 additions and 23 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wmclock
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/wmclock.1x.gz

View File

@ -1 +0,0 @@
97f6e82f55f216ba724859d4652586b4 wmclock-1.0.12.2.tar.gz

View File

@ -1,16 +0,0 @@
# 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
# Depends on: xorg-gccmakedep, xorg-imake, xorg-libxpm, xorg-libx11
name=wmclock
version=1.0.12.2
release=2
source=(http://www.dockapps.org/download.php/id/328/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --lang english
make
make DESTDIR=$PKG install install.man
}