1 # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
5 pkgdesc="FSViewer is a (visually and functionally in analogy to the Workspace Manager of NeXTStep(TM)) file system viewer for WindowMaker"
6 url="http://www.bayernline.de/~gscholz/linux/fsviewer/"
8 depends=('windowmaker')
9 source=(http://www.bayernline.de/~gscholz/linux/fsviewer/FSViewer.app-$pkgver.tar.gz fsviewer.diff)
10 md5sums=('d1f849d1f955c35b18201860e485d332' '42990483538b9e7f156739209b9817d2')
14 patch -p0 < fsviewer.diff
16 cd $startdir/src/FSViewer.app-$pkgver
17 ./configure --with-appspath=/usr/share/GNUstep/Applications \
18 --with-extralibs=-lXft \
21 make DESTDIR=$startdir/pkg install