diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-14 18:49:27 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-14 18:49:27 +0000 |
commit | 2dfc92db47581d50e17890aafa96c1936ec1a3f0 (patch) | |
tree | e101e6f9c9545d44b722821f3c1c4493a9ea2622 /media-gfx/photopc/photopc-3.05.ebuild | |
parent | New package. Fixes #2747 (diff) | |
download | gentoo-2-2dfc92db47581d50e17890aafa96c1936ec1a3f0.tar.gz gentoo-2-2dfc92db47581d50e17890aafa96c1936ec1a3f0.tar.bz2 gentoo-2-2dfc92db47581d50e17890aafa96c1936ec1a3f0.zip |
New package. Fixes #2749
Diffstat (limited to 'media-gfx/photopc/photopc-3.05.ebuild')
-rw-r--r-- | media-gfx/photopc/photopc-3.05.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild new file mode 100644 index 000000000000..9bb632f93c28 --- /dev/null +++ b/media-gfx/photopc/photopc-3.05.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.1 2002/06/14 18:49:27 rphillips Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="photopc" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/photopc/${P}.tar.gz" +HOMEPAGE="http://photopc.sourceforge.net" +DEPEND="virtual/glibc" + +src_unpack () +{ + unpack ${A} + cd ${S} +} + +src_install () +{ + into /usr + dobin photopc + doman photopc +} + |