summaryrefslogtreecommitdiff
blob: 600e3c46973961d4f752d5df035a6121ff387660 (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-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.5.ebuild,v 1.1 2002/12/08 21:38:58 sethbc Exp $

DESCRIPTION="Displays a list of events happening in the near future"
HOMEPAGE="http://users.zetnet.co.uk/mortia/source/"
SRC_URI="http://users.zetnet.co.uk/mortia/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="sys-libs/glibc"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${P}

src_compile() {
	emake || die
}

src_install() {
	make DESTDIR=${D} install || die
}