summaryrefslogtreecommitdiff
blob: e84afb97d19458926ce2cc78f3f4f93aec2e3bb3 (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
25
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/tablix/tablix-0.0.3.ebuild,v 1.6 2005/07/21 17:26:03 dholm Exp $

DESCRIPTION="Tablix is a high school timetable generator written in C."
HOMEPAGE="http://users.kiss.si/~k4fe1336/tablix/"
SRC_URI="http://users.kiss.si/%7Ek4fe1336/tablix/${P}.tar.gz"

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

DEPEND=">=dev-libs/libxml2-2.4.3"

src_compile() {
	#local myconf="--with-xml-prefix=/usr/include/libxml2/libxml/"
	local myconf="--disable-xmltest"
	econf ${myconf} || die
	emake || die
}

src_install() {
	einstall || die
}