diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-12 03:53:06 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-12 03:53:06 +0000 |
commit | 8fb84b065352f8c8547849c00403d2d70efca713 (patch) | |
tree | e52495175388a2de601463e6ae1011d98d41753c /media-sound/mserv/mserv-0.35.ebuild | |
parent | Huge version bump. Closes #39621 (diff) | |
download | historical-8fb84b065352f8c8547849c00403d2d70efca713.tar.gz historical-8fb84b065352f8c8547849c00403d2d70efca713.tar.bz2 historical-8fb84b065352f8c8547849c00403d2d70efca713.zip |
ebuild cleanup.
Diffstat (limited to 'media-sound/mserv/mserv-0.35.ebuild')
-rw-r--r-- | media-sound/mserv/mserv-0.35.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/mserv/mserv-0.35.ebuild b/media-sound/mserv/mserv-0.35.ebuild index 69d3dd3296d9..81f2abd05a71 100644 --- a/media-sound/mserv/mserv-0.35.ebuild +++ b/media-sound/mserv/mserv-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35.ebuild,v 1.1 2004/03/11 08:23:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35.ebuild,v 1.2 2004/03/12 03:53:06 eradicator Exp $ inherit webapp-apache eutils @@ -21,10 +21,6 @@ RDEPEND=">=dev-lang/perl-5.6.1 net-www/apache oggvorbis? ( media-sound/vorbis-tools )" -S=${WORKDIR}/${P} - -webapp-detect - pkg_setup() { enewgroup mserv > /dev/null || die enewuser mserv -1 /bin/false /dev/null mserv -G audio > /dev/null || die @@ -41,6 +37,8 @@ src_unpack() { } src_compile() { + webapp-detect + econf || die emake || die @@ -50,6 +48,8 @@ src_compile() { } src_install() { + webapp-detect + make DESTDIR=${D} install || die dobin support/mservedit support/mservripcd support/mservplay @@ -94,6 +94,8 @@ src_install() { } pkg_postinst() { + webapp-detect + einfo einfo "The wrapper program 'mservplay' is disabled for" einfo "security reasons. If you wish to use mservplay" |