summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:06:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:06:43 +0000
commitcad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch)
treef0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-sound/gradio/gradio-1.0.1.ebuild
parentwhitespace cleanup (diff)
downloadgentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz
gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2
gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/gradio/gradio-1.0.1.ebuild')
-rw-r--r--media-sound/gradio/gradio-1.0.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/gradio/gradio-1.0.1.ebuild b/media-sound/gradio/gradio-1.0.1.ebuild
index 42cbfc39aae2..6b314765d623 100644
--- a/media-sound/gradio/gradio-1.0.1.ebuild
+++ b/media-sound/gradio/gradio-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.5 2003/02/13 13:13:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gradio/gradio-1.0.1.ebuild,v 1.6 2003/09/07 00:06:05 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GTK based app for radio tuner cards"
@@ -12,21 +12,21 @@ LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="=x11-libs/gtk+-1.2*"
-
+
src_compile() {
-
+
emake || die
}
src_install () {
-
+
dodir /usr/bin
dodir /usr/share/man/man1
einstall \
BINDIR=${D}/usr/bin \
MANDIR=${D}/usr/share/man/man1 || die
-
+
dodoc Changes COPYING README
}