]> git.bzium.org - embe/overlay.git/commitdiff
Nowy pakiet: app-misc/choinka-9999
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Fri, 17 Dec 2010 01:40:58 +0000 (02:40 +0100)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Fri, 17 Dec 2010 01:40:58 +0000 (02:40 +0100)
app-misc/choinka/Manifest [new file with mode: 0644]
app-misc/choinka/choinka-9999.ebuild [new file with mode: 0644]

diff --git a/app-misc/choinka/Manifest b/app-misc/choinka/Manifest
new file mode 100644 (file)
index 0000000..fc69770
--- /dev/null
@@ -0,0 +1 @@
+EBUILD choinka-9999.ebuild 482 RMD160 2b5fc3bf2b0277580c7abe58bc35e52393ada1a2 SHA1 ae0da4c2af0083134577983d48f7a1796af287c9 SHA256 f3bad6b61560b5903d9e47fc1b5d040cecc3d1fe3f439fe3399ec97219bc235e
diff --git a/app-misc/choinka/choinka-9999.ebuild b/app-misc/choinka/choinka-9999.ebuild
new file mode 100644 (file)
index 0000000..421ab5c
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+EGIT_REPO_URI="git://toy.bzium.org/~embe/choinka.git"
+
+inherit git autotools
+
+DESCRIPTION="A simple program for displaying a Christmas tree on the console."
+HOMEPAGE=""
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       eautoreconf
+}
+
+src_install() {
+       emake DESTDIR="${D}" install
+}