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/libticables | |
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/libticables')
-rw-r--r-- | dev-libs/libticables/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libticables/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libticables/files/digest-libticables-3.6.3 | 1 | ||||
-rw-r--r-- | dev-libs/libticables/libticables-3.6.3.ebuild | 25 |
4 files changed, 37 insertions, 0 deletions
diff --git a/dev-libs/libticables/ChangeLog b/dev-libs/libticables/ChangeLog new file mode 100644 index 000000000000..ebd3e660a1ac --- /dev/null +++ b/dev-libs/libticables/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-libs/libticables +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticables/ChangeLog,v 1.1 2003/07/20 05:24:52 rphillips Exp $ + +*libticables-3.6.3 (19 Jul 2003) + + 19 Jul 2003; Ryan Phillips <rphillips@gentoo.org> libticables-3.6.3.ebuild: + new ebuild. submitted by Jonathan Rogers and Brent Redeker + diff --git a/dev-libs/libticables/Manifest b/dev-libs/libticables/Manifest new file mode 100644 index 000000000000..159cf47315cd --- /dev/null +++ b/dev-libs/libticables/Manifest @@ -0,0 +1,2 @@ +MD5 b703b21ebb2b24bb403ed3a7dc31bc9e libticables-3.6.3.ebuild 598 +MD5 85ff2a5a3e6e85470b9b10a6eb8f6743 files/digest-libticables-3.6.3 69 diff --git a/dev-libs/libticables/files/digest-libticables-3.6.3 b/dev-libs/libticables/files/digest-libticables-3.6.3 new file mode 100644 index 000000000000..b1d428395e9b --- /dev/null +++ b/dev-libs/libticables/files/digest-libticables-3.6.3 @@ -0,0 +1 @@ +MD5 afdf447962874bc462c24dd5045d7f94 libticables-3.6.3.tar.gz 480587 diff --git a/dev-libs/libticables/libticables-3.6.3.ebuild b/dev-libs/libticables/libticables-3.6.3.ebuild new file mode 100644 index 000000000000..e3a241e96df9 --- /dev/null +++ b/dev-libs/libticables/libticables-3.6.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/libticables/libticables-3.6.3.ebuild,v 1.1 2003/07/20 05:24:52 rphillips Exp $ + +DESCRIPTION="libticables 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/libticables-3.6.3.tar.gz" +LICENSE="GPL-2" +SLOT="0" +# Only tested on x86 so far... +KEYWORDS="~x86" +IUSE="" +DEPEND="" + +src_compile() { + econf + emake || die +} + +src_install() { + einstall +} |