updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / prism-0.9 / PKGBUILD
blobf7f7f6b3405b38e4fc655f6200978e20c6c996a2
1 # Contributed by: realtek <aron.stachecki@gmail.com>
3 pkgname=prism-0.9
4 pkgver=0.9
5 pkgrel=2
6 pkgdesc="Prism is a simple XULRunner based browser that hosts web applications \
7         without the normal web browser user interface. "
8 url="https://wiki.mozilla.org/Prism"
9 depends=()
10 makedepends=()
11 license=('Unknown')
12 conflicts=()
13 replaces=()
14 arch=(i686)
15 install=
16 source=(http://people.mozilla.com/%7Emfinkle/prism/prism-0.9.en-US.linux-i686.tar.bz2)
17 md5sums=("3ea7ab1fe97231ba73881509da0e6d3a")
19 # thank andrew9888 and fluke
20 build() {
21 cd $startdir/src/$pkgname
22 mkdir -p $startdir/pkg/opt/prism
23 mkdir -p $startdir/pkg/usr/bin
24 cp -R * $startdir/pkg/opt/prism/
25 cd $startdir/pkg/usr/bin
26 ln -s ../../opt/prism/prism ./prism
27 echo "Good luck"