summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-14 18:49:27 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-14 18:49:27 +0000
commit2dfc92db47581d50e17890aafa96c1936ec1a3f0 (patch)
treee101e6f9c9545d44b722821f3c1c4493a9ea2622 /media-gfx/photopc/photopc-3.05.ebuild
parentNew package. Fixes #2747 (diff)
downloadgentoo-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.ebuild23
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
+}
+