updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / wmswallow / PKGBUILD
blobcc8b0453b41716b5f6096336ef3f00af8ab4704b
1 # Contributor: Andreas Wagner <a.wagner@stud.uni-frankfurt.de>
3 pkgname=wmswallow
4 pkgver=0.6.1
5 pkgrel=1
6 pkgdesc="Dock any (!) Application into the WindowMaker dock"
7 arch=(i686 x86_64)
8 url="http://www.dockapps.org/file.php/id/102"
9 license=('GPL')
10 depends=(libxext)
11 source=(http://www.dockapps.org/download.php/id/141/${pkgname}.tar.Z)
13 build() {
14 #  uncompress wmswallow.tar.Z
15   cd "$startdir/src/$pkgname"
16   sed -i "s|waitformap(winreturn);|/* waitformap(winreturn); */|g" wmswallow.c
17   sed -i "s|X=/usr/X11R6|X=/usr|g" Makefile
18   make xfree || return 1
19   install -d $startdir/pkg/usr/bin
20   install -Dm755 wmswallow $startdir/pkg/usr/bin
23 md5sums=('7ab8efef879a0ad6b64980f346635841')
25 # vim:set ts=2 sw=2 et: