summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
commit6ac305a4a3efb9be218c55f45fb585aec0ffd061 (patch)
tree3ca505bd954944333b6d6cada5fb936e500cbf12 /app-misc/scmxx
parentAdded SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff)
downloadgentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.gz
gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.bz2
gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.zip
repoman'd
Diffstat (limited to 'app-misc/scmxx')
-rw-r--r--app-misc/scmxx/scmxx-0.6.0.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/app-misc/scmxx/scmxx-0.6.0.ebuild b/app-misc/scmxx/scmxx-0.6.0.ebuild
index be4923e97626..bda3464f002b 100644
--- a/app-misc/scmxx/scmxx-0.6.0.ebuild
+++ b/app-misc/scmxx/scmxx-0.6.0.ebuild
@@ -1,21 +1,20 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.0.ebuild,v 1.2 2002/07/11 06:30:16 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.0.ebuild,v 1.3 2002/07/25 19:18:34 seemant Exp $
+S=${WORKDIR}/${P}
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"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
-SRC_URI="http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/${P}.tar.bz2"
-S=${WORKDIR}/${P}
-
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- || die "./configure failed"
+ econf || die "./configure failed"
emake || die
}