blob: d158d0fbcf8154ecda21e43b4c3955e369398fa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/codebreaker/codebreaker-1.2.1.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $
inherit games
DESCRIPTION="mastermind style game"
HOMEPAGE="http://packages.debian.org/codebreaker/"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/codebreaker/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
DEPEND="virtual/x11
>=x11-libs/gtk+-1.2.0"
S=${WORKDIR}/${P}.orig
src_install() {
dogamesbin src/codebreaker
dodoc README AUTHORS doc/HOWTO
prepgamesdirs
}
|