]> git.bzium.org - embe/overlay.git/blob - app-misc/choinka/choinka-9999.ebuild
Aktualizacja ebuilda app-misc/choinka-9999
[embe/overlay.git] / app-misc / choinka / choinka-9999.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="4"
6
7 EGIT_REPO_URI="git://toy.bzium.org/~embe/choinka.git"
8
9 inherit git-2 autotools
10
11 DESCRIPTION="A simple program for displaying a Christmas tree on the console."
12 HOMEPAGE=""
13
14 LICENSE="public-domain"
15 SLOT="0"
16 KEYWORDS=""
17 IUSE=""
18
19 DEPEND="sys-libs/ncurses"
20 RDEPEND="${DEPEND}"
21
22 src_prepare() {
23         eautoreconf
24 }