diff options
author | Mikhail Kolesnik <mike@openbunker.org> | 2008-12-20 00:31:16 +0200 |
---|---|---|
committer | Mikhail Kolesnik <mike@openbunker.org> | 2008-12-20 00:31:16 +0200 |
commit | 298976ff18a11c8527c61349f86f129d40038329 (patch) | |
tree | ceada7f6f39837e8ab6f181a447d94c2b0f13399 /devilspie | |
parent | 23bdad426417d9b61fe67a95b74b5635bb786bba (diff) | |
download | contrib-298976ff18a11c8527c61349f86f129d40038329.tar.gz contrib-298976ff18a11c8527c61349f86f129d40038329.tar.xz |
devilspie: new port
Diffstat (limited to 'devilspie')
-rw-r--r-- | devilspie/.footprint | 6 | ||||
-rw-r--r-- | devilspie/.md5sum | 1 | ||||
-rw-r--r-- | devilspie/Pkgfile | 18 | ||||
-rw-r--r-- | devilspie/README | 11 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devilspie/.footprint b/devilspie/.footprint new file mode 100644 index 000000000..ff4d319e2 --- /dev/null +++ b/devilspie/.footprint @@ -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 diff --git a/devilspie/.md5sum b/devilspie/.md5sum new file mode 100644 index 000000000..5730b9705 --- /dev/null +++ b/devilspie/.md5sum @@ -0,0 +1 @@ +4190e12f99ab92c0427e457d9fbfe231 devilspie-0.22.tar.gz diff --git a/devilspie/Pkgfile b/devilspie/Pkgfile new file mode 100644 index 000000000..b281c944f --- /dev/null +++ b/devilspie/Pkgfile @@ -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 +} diff --git a/devilspie/README b/devilspie/README new file mode 100644 index 000000000..63c05dde7 --- /dev/null +++ b/devilspie/README @@ -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/ |