summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:57:48 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:57:48 +0000
commita1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b (patch)
tree7d8f684fd8d45fa684318c2ffc231860f5984545 /media-libs/libaudiooss
parentAttempt some new magic with replacing the head command in the scripts (diff)
downloadhistorical-a1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b.tar.gz
historical-a1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b.tar.bz2
historical-a1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b.zip
fix license/repoman
Diffstat (limited to 'media-libs/libaudiooss')
-rw-r--r--media-libs/libaudiooss/libaudiooss-1.1.0-r1.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/media-libs/libaudiooss/libaudiooss-1.1.0-r1.ebuild b/media-libs/libaudiooss/libaudiooss-1.1.0-r1.ebuild
index 3af8cdcf0e44..51039f5d8037 100644
--- a/media-libs/libaudiooss/libaudiooss-1.1.0-r1.ebuild
+++ b/media-libs/libaudiooss/libaudiooss-1.1.0-r1.ebuild
@@ -1,29 +1,28 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libaudiooss/libaudiooss-1.1.0-r1.ebuild,v 1.2 2003/08/07 03:57:22 vapier Exp $
-IUSE=""
-
-S=${WORKDIR}/audiooss-${PV}
HOMEPAGE="http://romeo.skybert.no/~erik/linux.html"
DESCRIPTION="Transparent OSS emulation on top of the Network Audio System"
SRC_URI="http://romeo.skybert.no/~erik/audiooss-${PV}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86"
DEPEND="virtual/x11
media-libs/nas"
-RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/audiooss-${PV}
src_compile() {
xmkmf -a || die
mv Makefile Makefile.old
sed -e "s:.*CDEBUGFLAGS =.*:CDEBUGFLAGS=${CFLAGS}:" \
Makefile.old > Makefile
- emake || die
+ emake || die
}
src_install() {
- emake DESTDIR=${D} install || die
+ emake DESTDIR=${D} install || die
}