summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
commitbdcb0499ae169a86158e041e3052e6547fc09714 (patch)
tree4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/gom
parentadded ppc keyword (diff)
downloadhistorical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz
historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2
historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip
repoman'd
Diffstat (limited to 'media-sound/gom')
-rw-r--r--media-sound/gom/gom-0.29.103-r1.ebuild31
1 files changed, 18 insertions, 13 deletions
diff --git a/media-sound/gom/gom-0.29.103-r1.ebuild b/media-sound/gom/gom-0.29.103-r1.ebuild
index 3a08f160c251..e1bd2f881b4b 100644
--- a/media-sound/gom/gom-0.29.103-r1.ebuild
+++ b/media-sound/gom/gom-0.29.103-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gom/gom-0.29.103-r1.ebuild,v 1.4 2002/07/11 06:30:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gom/gom-0.29.103-r1.ebuild,v 1.5 2002/07/21 03:07:46 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console Mixer Program for OSS"
@@ -9,24 +9,29 @@ HOMEPAGE="http://www.fh-worms.de/~inf222"
DEPEND=">=sys-libs/ncurses-5.2"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
src_compile() {
- try ./configure --prefix=/usr --mandir=/usr/share/man
- try make CFLAGS="${CFLAGS}"
+ econf || die
+ make CFLAGS="${CFLAGS}" || die
}
src_install () {
- try make DESTDIR=${D} install
- dodoc NEWS ChangeLog README
- docinto examples
- dodoc README
- docinto examples/default
- dodoc examples/default/*
- docinto examples/standard
- dodoc examples/standard/*
- docinto examples/two-mixers
- dodoc examples/two-mixers/*
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS NEWS ChangeLog README
+ docinto examples
+ dodoc README
+ docinto examples/default
+ dodoc examples/default/*
+ docinto examples/standard
+ dodoc examples/standard/*
+ docinto examples/two-mixers
+ dodoc examples/two-mixers/*
}