wmint: initial import

This commit is contained in:
Mikhail Kolesnik 2006-11-02 18:09:09 +02:00
parent 57af70bd94
commit e7b418d617
3 changed files with 19 additions and 0 deletions

3
wmint/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wmint

1
wmint/.md5sum Normal file
View File

@ -0,0 +1 @@
5c5fb16a32a7ad529fb44da2e051424a wmint-0.8.tar.gz

15
wmint/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: A dockable app that displays flashing lights for IRQ's
# URL: http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/sys.html
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: x11
name=wmint
version=0.8
release=2
source=(http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/$name-$version.tar.gz)
build() {
cd $name.app/wmint
make
/usr/bin/install -D -m 755 wmint $PKG/usr/bin/wmint
}