summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Helbling <helch@gmx.ch>2007-06-15 11:14:51 +0000
committerChristian Helbling <helch@gmx.ch>2007-06-15 11:14:51 +0000
commitda4ab6f697187e80865533ab490b5912770449ca (patch)
tree0ff5ac851f99dbf28620f97855d4f6ada52b2e7a /sci-calculators/tilp2/tilp2-1.03.ebuild
parentdev-util/ktigcc: Adjusting version numbers of dependencies (diff)
downloadsunrise-da4ab6f697187e80865533ab490b5912770449ca.tar.gz
sunrise-da4ab6f697187e80865533ab490b5912770449ca.tar.bz2
sunrise-da4ab6f697187e80865533ab490b5912770449ca.zip
sci-calculators/tilp2: New ebuild for bug 109220 thanks to Henning Schild
svn path=/sunrise/; revision=3940
Diffstat (limited to 'sci-calculators/tilp2/tilp2-1.03.ebuild')
-rw-r--r--sci-calculators/tilp2/tilp2-1.03.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-calculators/tilp2/tilp2-1.03.ebuild b/sci-calculators/tilp2/tilp2-1.03.ebuild
new file mode 100644
index 000000000..5f978149f
--- /dev/null
+++ b/sci-calculators/tilp2/tilp2-1.03.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Program allowing a PC to communicate with a TI calculator."
+HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
+SRC_URI="http://www.wh9.tu-dresden.de/~henning/gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=sci-libs/libticalcs2-1.0.4
+ >=sci-libs/libticables2-1.0.2
+ >=sci-libs/libtifiles2-1.0.3
+ >=sci-libs/libticonv-1.0.0
+ >=x11-libs/gtk+-2.0.0
+ >=dev-libs/glib-2.6.0
+ >=gnome-base/libglade-2"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake install DESTDIR=${D} || die "emake install failed"
+}
+