forked from ports/contrib
devilspie: new port
This commit is contained in:
parent
53db16ab97
commit
bf488eab96
6
devilspie/.footprint
Normal file
6
devilspie/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/devilspie
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/devilspie.1.gz
|
1
devilspie/.md5sum
Normal file
1
devilspie/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
4190e12f99ab92c0427e457d9fbfe231 devilspie-0.22.tar.gz
|
18
devilspie/Pkgfile
Normal file
18
devilspie/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: A window-matching utility
|
||||
# URL: http://www.burtonini.com/blog/computers/devilspie
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: libwnck
|
||||
|
||||
name=devilspie
|
||||
version=0.22
|
||||
release=1
|
||||
source=(http://www.burtonini.com/computing/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
11
devilspie/README
Normal file
11
devilspie/README
Normal file
@ -0,0 +1,11 @@
|
||||
README for devilspie
|
||||
|
||||
REQUIREMENTS
|
||||
|
||||
PRE-INSTALL
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
RESOURCES
|
||||
You can find some info on using this utility and possible actions
|
||||
on http://x2.zuavra.net/index.php/48/
|
Loading…
x
Reference in New Issue
Block a user