diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-07-20 05:27:48 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-07-20 05:27:48 +0000 |
commit | b0a8dd82180803e6766b183071f5240b952c5933 (patch) | |
tree | f47663d823f6464821daf0cd30a9b573826c54a6 /dev-libs/libticalcs | |
parent | add einfo (diff) | |
download | gentoo-2-b0a8dd82180803e6766b183071f5240b952c5933.tar.gz gentoo-2-b0a8dd82180803e6766b183071f5240b952c5933.tar.bz2 gentoo-2-b0a8dd82180803e6766b183071f5240b952c5933.zip |
new ebuild
Diffstat (limited to 'dev-libs/libticalcs')
-rw-r--r-- | dev-libs/libticalcs/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libticalcs/files/digest-libticalcs-4.3.0 | 1 | ||||
-rw-r--r-- | dev-libs/libticalcs/libticalcs-4.3.0.ebuild | 25 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-libs/libticalcs/ChangeLog b/dev-libs/libticalcs/ChangeLog new file mode 100644 index 000000000000..e9e39698a996 --- /dev/null +++ b/dev-libs/libticalcs/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-libs/libticalcs +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticalcs/ChangeLog,v 1.1 2003/07/20 05:26:02 rphillips Exp $ + +*libticalcs-4.3.0 (19 Jul 2003) + + 19 Jul 2003; Ryan Phillips <rphillips@gentoo.org> libticalcs-4.3.0.ebuild: + new ebuild. submitted by Jonathan Rogers and Brent Redeker + diff --git a/dev-libs/libticalcs/files/digest-libticalcs-4.3.0 b/dev-libs/libticalcs/files/digest-libticalcs-4.3.0 new file mode 100644 index 000000000000..7b06ea2c5bff --- /dev/null +++ b/dev-libs/libticalcs/files/digest-libticalcs-4.3.0 @@ -0,0 +1 @@ +MD5 8208072d72ecebbfcd611bd33146ae9d libticalcs-4.3.0.tar.gz 491202 diff --git a/dev-libs/libticalcs/libticalcs-4.3.0.ebuild b/dev-libs/libticalcs/libticalcs-4.3.0.ebuild new file mode 100644 index 000000000000..32da8b1ab513 --- /dev/null +++ b/dev-libs/libticalcs/libticalcs-4.3.0.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.3.0.ebuild,v 1.1 2003/07/20 05:26:02 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/libticalcs-4.3.0.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 +} |