diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:40:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:40:06 +0000 |
commit | 9fd4306e8c62c7b2487beb9e48340150de0233eb (patch) | |
tree | 53802f7a0ee41fec4d90ccec509035c01a8d48a2 /app-misc/fujiplay | |
parent | removing giftui-cvs from portage as net-p2p/giftui-0.4.1 is sufficient (diff) | |
download | gentoo-2-9fd4306e8c62c7b2487beb9e48340150de0233eb.tar.gz gentoo-2-9fd4306e8c62c7b2487beb9e48340150de0233eb.tar.bz2 gentoo-2-9fd4306e8c62c7b2487beb9e48340150de0233eb.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/fujiplay')
-rw-r--r-- | app-misc/fujiplay/fujiplay-1.33.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-misc/fujiplay/fujiplay-1.33.ebuild b/app-misc/fujiplay/fujiplay-1.33.ebuild index 14d2217cb205..dc8e21ffa38e 100644 --- a/app-misc/fujiplay/fujiplay-1.33.ebuild +++ b/app-misc/fujiplay/fujiplay-1.33.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fujiplay/fujiplay-1.33.ebuild,v 1.8 2004/06/24 22:11:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fujiplay/fujiplay-1.33.ebuild,v 1.9 2004/06/28 03:35:27 vapier Exp $ DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)" -SRC_URI="http://topo.math.u-psud.fr/~bousch/fujiplay.tgz" HOMEPAGE="http://topo.math.u-psud.fr/~bousch/fujiplay.html" +SRC_URI="http://topo.math.u-psud.fr/~bousch/fujiplay.tgz" +LICENSE="public-domain" SLOT="0" KEYWORDS="x86" IUSE="" -LICENSE="public-domain" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" S=${WORKDIR} @@ -21,8 +21,7 @@ src_compile() { } src_install() { - into /usr - dobin fujiplay yycc2ppm + dobin fujiplay yycc2ppm || die dodoc README fujiplay.lsm mx700-commands.html emake all clean } @@ -41,4 +40,3 @@ pkg_postrm() { einfo "The symbolic link /dev/fujifilm was removed." echo } - |