1 # Contributor: rabyte <rabyte__gmail>
6 pkgdesc="Lure of the Temptress is a fantasy point-and-click adventure game with comedic elements"
8 url="http://www.revolution.co.uk/_display.php?id=10"
10 depends=('scummvm>=0.11')
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 \
15 md5sums=('202554fb0568eb01f740bfe82d8e725f'
16 'd92372e7eead8d6e64f40cce381ec6ea'
17 'b308d0ff05bde8b10a64ea2d45503e9c')
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