diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
commit | bdcb0499ae169a86158e041e3052e6547fc09714 (patch) | |
tree | 4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/gradio | |
parent | added ppc keyword (diff) | |
download | historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2 historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip |
repoman'd
Diffstat (limited to 'media-sound/gradio')
-rw-r--r-- | media-sound/gradio/gradio-1.0.1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/media-sound/gradio/gradio-1.0.1.ebuild b/media-sound/gradio/gradio-1.0.1.ebuild index ca92b5787c84..f6634f2badc9 100644 --- a/media-sound/gradio/gradio-1.0.1.ebuild +++ b/media-sound/gradio/gradio-1.0.1.ebuild @@ -1,13 +1,14 @@ -# Copyright 2002 Gentoo -# $Header: /var/cvsroot/gentoo-x86/media-sound/gradio/gradio-1.0.1.ebuild,v 1.1 2002/07/17 22:47:13 bass Exp $ +# Copyright 2002, Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/media-sound/gradio/gradio-1.0.1.ebuild,v 1.2 2002/07/21 03:07:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK based app for radio tuner cards" SRC_URI="ftp://ftp.foobazco.org/pub/gradio/${P}.tar.gz" - HOMEPAGE="http://foobazco.org/projects/gradio/" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2*" @@ -23,9 +24,10 @@ src_install () { dodir /usr/bin dodir /usr/share/man/man1 + einstall \ - BINDIR=${D}/usr/bin \ - MANDIR=${D}/usr/share/man/man1 || die + BINDIR=${D}/usr/bin \ + MANDIR=${D}/usr/share/man/man1 || die dodoc Changes COPYING README } |