1 # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
5 pkgdesc="Launch.app is a small programm for executing applications, based on WINGs library."
6 url="http://stepmaker.sourceforge.net/launch.html"
9 makedepends=('windowmaker' 'sed')
11 source=("http://dl.sourceforge.net/sourceforge/stepmaker/Launch.app-$pkgver.tar.gz")
12 md5sums=("9b51931c7eefd618348bfd2b2b10a7a7")
15 cd $startdir/src/Launch
16 sed -i "s:\/usr\/bin\/install:install:g" GNUmakefile
17 mkdir -p ~/GNUstep/.AppInfo/Launch/
19 make PREFIX=$startdir/pkg/usr/share/GNUstep/Applications/Launch.app/ install