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/rioutil/rioutil-1.4.2b.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/rioutil/rioutil-1.4.2b.ebuild')
-rw-r--r-- | app-misc/rioutil/rioutil-1.4.2b.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-misc/rioutil/rioutil-1.4.2b.ebuild b/app-misc/rioutil/rioutil-1.4.2b.ebuild index e39bca68ab1e..422c9fcf151f 100644 --- a/app-misc/rioutil/rioutil-1.4.2b.ebuild +++ b/app-misc/rioutil/rioutil-1.4.2b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.6 2004/06/24 22:30:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.7 2004/06/28 04:10:47 vapier Exp $ DESCRIPTION="Command line tools for transfering mp3s to and from a Rio 600, 800, and Nike PSA/Play" HOMEPAGE="http://rioutil.sourceforge.net/" @@ -14,14 +14,11 @@ IUSE="" DEPEND="sys-libs/zlib" src_compile() { - local myconf="--with-usbdevfs" - - econf ${myconf} || die "econf failed" + econf --with-usbdevfs || die "econf failed" emake || die "compile failure" } src_install() { - einstall - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + einstall || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } |