wmpinboard: removed from contrib. This app seems to be broken

This commit is contained in:
Mikhail Kolesnik 2008-04-18 22:39:43 +03:00
parent c46b4564a0
commit 0f0b7a54eb
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/wmpinboard
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/wmpinboard.1.gz

View File

@ -1 +0,0 @@
40b1353b213c538042660cb96cd0610a wmpinboard-1.0.tar.gz

View File

@ -1,16 +0,0 @@
# Description: A mini-pinboard dockapp
# URL: http://www.dockapps.org/file.php/id/93
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: x11
name=wmpinboard
version=1.0
release=3
source=(http://www.dockapps.org/download.php/id/131/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}