diff options
Diffstat (limited to 'net-libs/libtlen/libtlen-20031114.ebuild')
-rw-r--r-- | net-libs/libtlen/libtlen-20031114.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-libs/libtlen/libtlen-20031114.ebuild b/net-libs/libtlen/libtlen-20031114.ebuild new file mode 100644 index 000000000000..7dca8b7daba0 --- /dev/null +++ b/net-libs/libtlen/libtlen-20031114.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU Library General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.1 2003/11/15 07:18:55 seemant Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="Support library for Tlen IMS" +HOMEPAGE="http://libtlen.eu.org/" +SRC_URI="http://libtlen.eu.org/snapshots/archive/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" + +DEPEND="virtual/glibc" + +src_compile() { + econf \ + --enable-shared || die + emake CFLAGS="${CFLAGS}" all || die +} + +src_install() { + einstall || die + dodoc ChangeLog +} |