diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-07-20 05:34:32 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-07-20 05:34:32 +0000 |
commit | d5a443103367b78fc1688de4959477e86d907ecb (patch) | |
tree | f88383d97c76427a3e0e0df8511bc91fba1cd573 /dev-libs/libticalcs/libticalcs-4.4.3.ebuild | |
parent | new ebuild (diff) | |
download | gentoo-2-d5a443103367b78fc1688de4959477e86d907ecb.tar.gz gentoo-2-d5a443103367b78fc1688de4959477e86d907ecb.tar.bz2 gentoo-2-d5a443103367b78fc1688de4959477e86d907ecb.zip |
new version
Diffstat (limited to 'dev-libs/libticalcs/libticalcs-4.4.3.ebuild')
-rw-r--r-- | dev-libs/libticalcs/libticalcs-4.4.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/libticalcs/libticalcs-4.4.3.ebuild b/dev-libs/libticalcs/libticalcs-4.4.3.ebuild new file mode 100644 index 000000000000..14d40dd10966 --- /dev/null +++ b/dev-libs/libticalcs/libticalcs-4.4.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticalcs/libticalcs-4.4.3.ebuild,v 1.1 2003/07/20 05:34:32 rphillips Exp $ + +DESCRIPTION="libticalcs is a necessary library for the TiLP calculator linking program." +HOMEPAGE="http://tilp.sourceforge.net/" +# Should figure out a way to allow downloads from different server, rather than +# forcing it to come from Time-Warner +SRC_URI="mirror://sourceforge/tilp/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +# Only tested on x86... +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-libs/libticables + dev-libs/libtifiles" + +src_compile() { + econf + emake || die +} + +src_install() { + einstall +} |