diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-14 15:02:43 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-14 15:02:43 +0000 |
commit | 083dccda21899ab17a277bf1d3e24cc91a69a2de (patch) | |
tree | 6c4f182c2d87cb94d681c3ed19fc3a3bdd944390 /app-misc/vmoconv/vmoconv-1.0.ebuild | |
parent | app-misc/vmoconv -> app-mobilephone/vmoconv (diff) | |
download | gentoo-2-083dccda21899ab17a277bf1d3e24cc91a69a2de.tar.gz gentoo-2-083dccda21899ab17a277bf1d3e24cc91a69a2de.tar.bz2 gentoo-2-083dccda21899ab17a277bf1d3e24cc91a69a2de.zip |
moved to app-mobilephone/vmoconv
Diffstat (limited to 'app-misc/vmoconv/vmoconv-1.0.ebuild')
-rw-r--r-- | app-misc/vmoconv/vmoconv-1.0.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-misc/vmoconv/vmoconv-1.0.ebuild b/app-misc/vmoconv/vmoconv-1.0.ebuild deleted file mode 100644 index 2896abbcab5b..000000000000 --- a/app-misc/vmoconv/vmoconv-1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/vmoconv/vmoconv-1.0.ebuild,v 1.2 2005/02/07 06:43:56 ticho Exp $ - -DESCRIPTION="A tool that converts Siemens phones VMO and VMI audio files to gsm and wav." -HOMEPAGE="http://triq.net/obex/" -SRC_URI="http://triq.net/obexftp/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - econf || die - # ugly workaround, otherwise make tries to build binaries before - # necessary .la file is built - cd src && make libgsm.la || die - cd .. - emake || die -} - -src_install() { - dobin src/vmo2gsm src/gsm2vmo src/vmo2wav - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS -} |