updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / lure-de / PKGBUILD
blob2f18a4a47c789c9125557ce56ca0bcb59647c13a
1 # Contributor: rabyte <rabyte__gmail>
3 pkgname=lure-de
4 pkgver=1.1
5 pkgrel=2
6 pkgdesc="Lure of the Temptress is a fantasy point-and-click adventure game with comedic elements"
7 arch=('i686' 'x86_64')
8 url="http://www.revolution.co.uk/_display.php?id=10"
9 license=('custom')
10 depends=('scummvm>=0.11')
11 makedepends=('unzip')
12 source=(http://downloads.sourceforge.net/scummvm/$pkgname-$pkgver.zip \
13         https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-0-11-1/dists/engine-data/lure.dat \
14         $pkgname.sh)
15 md5sums=('202554fb0568eb01f740bfe82d8e725f'
16          'd92372e7eead8d6e64f40cce381ec6ea'
17          'b308d0ff05bde8b10a64ea2d45503e9c')
19 build() {
20   cd $startdir/src/$pkgname
22   mkdir -p $startdir/pkg/usr/share/$pkgname
23   install -m644 *.vga Manual.pdf ../lure.dat $startdir/pkg/usr/share/$pkgname/
24   install -m644 -D LICENSE.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE.txt
26   install -m755 -D ../$pkgname.sh $startdir/pkg/usr/bin/$pkgname