Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: archtux <[email protected]>
- #contrib: alez <[email protected]>
- pkgname=raptor-chess-interface
- pkgver=98RC11
- pkgrel=3
- pkgdesc="Raptor is a cross platform chess interface and pgn viewer that currently supports FICS and BICS."
- arch=('i686' 'x86_64')
- url="http://code.google.com/p/raptor-chess-interface/"
- license=('BSD')
- depends=('java-runtime' 'sox')
- install='raptor.install'
- if [ "${CARCH}" = 'x86_64' ]; then
- source=(http://raptor-chess-interface.googlecode.com/files/Raptor_v${pkgver}_Linux_x86_64_GTK2.zip)
- md5sums=('315a40b105c6616018b8d3ea79340dae')
- elif [ "${CARCH}" = 'i686' ]; then
- source=(http://raptor-chess-interface.googlecode.com/files/Raptor_v${pkgver}_Linux_x86_GTK2.zip)
- md5sums=('b60e98d9d6cb4e516a386db8e58c1d66')
- fi
- build() {
- cd $srcdir/Raptor_v${pkgver}
- mkdir -p $pkgdir/opt/raptor
- cp -R ./* $pkgdir/opt/raptor
- install -Dm644 ./resources/images/raptorIcon.gif $pkgdir/usr/share/pixmaps/raptor.gif
- cd $startdir
- cp raptor $pkgdir/opt/raptor/raptor
- # Desktop Icon
- install -Dm644 raptor.desktop $pkgdir/usr/share/applications/raptor.desktop
- }
Advertisement
Add Comment
Please, Sign In to add comment