summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2003-01-06 01:19:43 +0000
committerArcady Genkin <agenkin@gentoo.org>2003-01-06 01:19:43 +0000
commit8072367e35435e7c9996dfc5190b1717b48f0477 (patch)
tree8c6c5c01916c9b07ef0b4c8382707a25b7ba4231 /app-misc/scmxx/scmxx-0.6.3.5.ebuild
parentFixed download location. Closes #12982. (diff)
downloadhistorical-8072367e35435e7c9996dfc5190b1717b48f0477.tar.gz
historical-8072367e35435e7c9996dfc5190b1717b48f0477.tar.bz2
historical-8072367e35435e7c9996dfc5190b1717b48f0477.zip
Version update.
Diffstat (limited to 'app-misc/scmxx/scmxx-0.6.3.5.ebuild')
-rw-r--r--app-misc/scmxx/scmxx-0.6.3.5.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/scmxx/scmxx-0.6.3.5.ebuild b/app-misc/scmxx/scmxx-0.6.3.5.ebuild
new file mode 100644
index 000000000000..31c95643f08f
--- /dev/null
+++ b/app-misc/scmxx/scmxx-0.6.3.5.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/app-misc/scmxx/scmxx-0.6.3.5.ebuild,v 1.1 2003/01/06 01:19:43 agenkin Exp $
+
+DESCRIPTION="Exchange data with Siemens phones."
+HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
+SRC_URI="http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/${P}.tar.bz2
+ http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/old/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ exeinto /usr/lib/scmxx
+ doexe contrib/*
+ dodoc AUTHORS BUGS CHANGELOG INSTALL README TODO VERSION docs/*.txt
+ newdoc docs/README README.doc
+}