updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / launch / PKGBUILD
bloba5c0b72e7f80e060b65164d09e7a22e76917e002
1 # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
2 pkgname=launch
3 pkgver=1.0pre1
4 pkgrel=1
5 pkgdesc="Launch.app is a small programm for executing applications, based on WINGs library."
6 url="http://stepmaker.sourceforge.net/launch.html"
7 license="GPL"
8 depends=()
9 makedepends=('windowmaker' 'sed')
10 install=
11 source=("http://dl.sourceforge.net/sourceforge/stepmaker/Launch.app-$pkgver.tar.gz")
12 md5sums=("9b51931c7eefd618348bfd2b2b10a7a7")
14 build() {
15   cd $startdir/src/Launch
16   sed -i "s:\/usr\/bin\/install:install:g" GNUmakefile
17   mkdir -p ~/GNUstep/.AppInfo/Launch/
18   make || return 1
19   make PREFIX=$startdir/pkg/usr/share/GNUstep/Applications/Launch.app/ install