ChangeLog

# ChangeLog for games-board/ascal
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ChangeLog,v 1.2 2007/06/12 14:57:42 nyhm Exp $

12 Jun 2007; Tristan Heaven
+files/ascal-0.1.1-install.patch, ascal-0.1.1.ebuild:
Add ~x86 keyword

*ascal-0.1.1 (13 May 2007)

13 May 2007; Tupone Alfredo +metadata.xml,
+ascal-0.1.1.ebuild:
New package. Request bug #148267 by Michael

Manifest

AUX ascal-0.1.1-install.patch 1718 RMD160 5f492dcf0e5afdd8a79a398e36b4803cc59abe30 SHA1 605b73609265901c0f4f2882e3f78299f487f83e SHA256 76755d6bd2a9b6f90edad02923939bfda15025a17b6c26cab488cdc8a9974cca
DIST ascal-0.1.1.tar.bz2 960688 RMD160 b719f9506059b85cfc9537fc3e77c2f9ab5b0ed9 SHA1 4969d74eeba33ffcf121abcaf2ea357bc6bd351c SHA256 43a5e19d5b2e33ffcaa11b2b2d4dcd62f975f87617505fd3356190c694476ac9
EBUILD ascal-0.1.1.ebuild 823 RMD160 e7eff2bb4c4de699593df8b613d2fb34d7b15b94 SHA1 648ae3c9f970c03ffdafd65726d35100a1d64997 SHA256 abae79972c35ff373077e7b0ca9d805279baf5a4e557472bc1dcfc7ec8ab1fe4
MISC ChangeLog 492 RMD160 637b31a103d678d4261706e630119f58d6222eb7 SHA1 83508964b82cbe2b697d985b4f60e41a5d641c6d SHA256 47c3149219cfa96be7840a6327ec1a9b45ead3583624d853d6e6df2c78f557ee
MISC metadata.xml 645 RMD160 371fd49009457a94f97706b6b5b1f75ec8bdd72f SHA1 d50b26fd188678bb6e6e2bcfcc88b25e44d34499 SHA256 418f0bcc7720dba9b63708a579ce0c4cfe4416bcc3ed9bcb735945d2e0e9068c

ascal-0.1.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v 1.3 2007/06/12 14:57:42 nyhm Exp $

inherit autotools eutils games

DESCRIPTION="A game similar to Draughts but with some really cool enhancements"
HOMEPAGE="http://ascal.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-cpp/libgnomecanvasmm
dev-cpp/libglademm
virtual/libintl"
DEPEND="${RDEPEND}
sys-devel/gettext"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-install.patch
eautoreconf
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README THANKS
prepgamesdirs
}

files

metadata.xml




games

Lasca (or Laska) is a game similar to Draughts but with some really cool
enhancements. You'll find a great description in the help system of Ascal. In
the meantime the article on Wikipedia and on
http://research.interface.co.uk/lasca/about.htm will help you understanding the
rules. Ascal tries to give a great Gnome Version of Lasca for one and two
players. You can undo moves, save and load games and all that on a nifty
graphical board.