diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:13:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:13:52 +0000 |
commit | 1946ff5663a89304da65e5d134eed6477794c342 (patch) | |
tree | f25735bdc6c43575a0f6f591c81bba6adf18575d /app-misc/scmxx/scmxx-0.6.3.7.ebuild | |
parent | dont apply query_user_context patch with USE=livecd (Manifest recommit) (diff) | |
download | gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.gz gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.bz2 gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/scmxx/scmxx-0.6.3.7.ebuild')
-rw-r--r-- | app-misc/scmxx/scmxx-0.6.3.7.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/app-misc/scmxx/scmxx-0.6.3.7.ebuild b/app-misc/scmxx/scmxx-0.6.3.7.ebuild index 27058690d9a6..0cc78c65b00f 100644 --- a/app-misc/scmxx/scmxx-0.6.3.7.ebuild +++ b/app-misc/scmxx/scmxx-0.6.3.7.ebuild @@ -1,21 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.3.7.ebuild,v 1.4 2004/06/24 22:32:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.3.7.ebuild,v 1.5 2004/06/28 04:12:14 vapier Exp $ -DESCRIPTION="Exchange data with Siemens phones." +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" -DEPEND="virtual/glibc" -IUSE="" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" +IUSE="" -src_compile() { - econf || die - emake || die -} +DEPEND="virtual/libc" src_install() { make DESTDIR=${D} install || die |