diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
commit | 40b6f88de6b9b58015031af02f218b8f0012ee32 (patch) | |
tree | dc90d2727bac5bd4afedbce78dbf5d15c77d83a5 /media-gfx/photopc | |
parent | added SLOT/KEYWORDS (diff) | |
download | historical-40b6f88de6b9b58015031af02f218b8f0012ee32.tar.gz historical-40b6f88de6b9b58015031af02f218b8f0012ee32.tar.bz2 historical-40b6f88de6b9b58015031af02f218b8f0012ee32.zip |
repoman'd
Diffstat (limited to 'media-gfx/photopc')
-rw-r--r-- | media-gfx/photopc/photopc-3.05.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild index f50ebfdfc313..b88f47bbecce 100644 --- a/media-gfx/photopc/photopc-3.05.ebuild +++ b/media-gfx/photopc/photopc-3.05.ebuild @@ -1,11 +1,16 @@ # 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.2 2002/06/27 18:02:06 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.3 2002/07/23 05:18:07 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="photopc" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/photopc/${P}.tar.gz" +DESCRIPTION="Utility to control digital cameras based on Sierra Imaging firmware" +SRC_URI="mirror://sourceforge/photopc/${P}.tar.gz" HOMEPAGE="http://photopc.sourceforge.net" + +SLOT="0" +LICENSE="BSD | as-is" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_unpack () @@ -21,4 +26,3 @@ src_install () doman photopc.1 doman epinfo.1 } - |