Dungeon Crawl Stone Soup

If there's software you need and you can't find, make a request for it.
Post Reply
coroner
Donor
Posts: 29
Joined: 12. Nov 2011, 16:59
Contact:

Dungeon Crawl Stone Soup

Post by coroner »

Hi everyone.

"Dungeon Crawl Stone Soup is an open-source, single-player, role-playing roguelike game of exploration and treasure-hunting in dungeons filled with dangerous and unfriendly monsters in a quest to rescue the mystifyingly fabulous Orb of Zot."

Home page
http://crawl.develz.org/wordpress

Downloads page
http://sourceforge.net/projects/crawl-r ... ps.tar.bz2

Screenshots:
http://crawl.develz.org/wordpress/screenshots

My screenshots:
http://ompldr.org/vYmphMA/crawl.png
http://ompldr.org/vYmphMg/crawl001.png

Depends:
lua, sqlite, ncurses

Slkbuild:

Code: Select all

pkgname=stone_soup
pkgver=0.9.1
pkgrel=1em
source=("http://sourceforge.net/projects/crawl-ref/files/Stone%20Soup/$pkgver/$pkgname-$pkgver-nodeps.tar.bz2" "stone_soup.desktop")
docs=('CREDITS.txt' 'INSTALL.txt' 'README.pdf' 'README.txt' "licence.txt")
url=http://crawl.develz.org/wordpress/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"stone_soup (Dungeon Crawl Stone Soup)"
"Dungeon Crawl Stone Soup is an open-source, single-player,"
"role-playing roguelike game of exploration and treasure-hunting in"
"dungeons filled with dangerous and unfriendly monsters in a quest"
"to rescue the mystifyingly fabulous Orb of Zot."
)

build() {
	cd $startdir/src/$pkgname-$pkgver/source
	make install $NUMJOBS prefix=/usr bin_prefix=/bin DATADIR=/usr/share/crawl TILES=Y DESTDIR=$startdir/pkg || return 1
	mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver
	mkdir -p $startdir/pkg/usr/man/man6
	mkdir -p $startdir/pkg/usr/share/applications
	mv $startdir/pkg/usr/share/crawl/docs/changelog.txt $startdir/pkg/usr/doc/$pkgname-$pkgver
	mv $startdir/pkg/usr/share/crawl/docs/{develop,license} $startdir/pkg/usr/doc/$pkgname-$pkgver
	cp $startdir/stone_soup.desktop $startdir/pkg/usr/share/applications
	gzip -9c $startdir/src/$pkgname-$pkgver/docs/crawl.6 > $startdir/pkg/usr/man/man6/crawl.6.gz
}
stone_soup.desktop

Code: Select all

[Desktop Entry]
Exec=crawl
Icon=stone_soup
Type=Application
Categories=Game;RolePlaying;
Encoding=UTF-8
Name=Dungeon Crawl Stone Soup
GenericName=Dungeon exploration game
Comment=Dungeon exploration game
p.s. Nice game, please add this game in repository.
p.p.s. icon not exist in archive.
elija
Posts: 9
Joined: 6. Mar 2012, 09:22

Re: Dungeon Crawl Stone Soup

Post by elija »

I'll go ahead and second this request. Awesome game :)
Post Reply