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 | ee7fe75c6005a4285a662d383a0c5e577874e0cd (patch) | |
tree | 96b95cd2cc0a94169707b0ee0e063336bc5d2ffb /media-sound/gradio | |
parent | added ppc keyword (diff) | |
download | gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.gz gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.bz2 gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.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 } |