summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 00:49:50 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 00:49:50 +0000
commit04350be86408534f5a86963f7ebc778b503243c0 (patch)
treee785df12b920643e4fab40721cae566d41d49f02 /media-libs/smjpeg
parentadded SGI's free software B license (diff)
downloadgentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.gz
gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.bz2
gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.zip
repoman'd
Diffstat (limited to 'media-libs/smjpeg')
-rw-r--r--media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild b/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild
index af906c8e22f7..593136fd2980 100644
--- a/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild
+++ b/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild
@@ -1,18 +1,23 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild,v 1.6 2002/07/11 06:30:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild,v 1.7 2002/07/23 00:49:50 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="SDL Motion JPEG Library"
SRC_URI="ftp://ftp.linuxgames.com/loki/open-source/smjpeg/${P}.tar.gz"
HOMEPAGE="http://www.lokigames.com/development/smjpeg.php3"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+
DEPEND=">=media-libs/libsdl-1.1.7"
src_compile() {
use nas && LDFLAGS="-L/usr/X11R6/lib -lXt"
- LDFLAGS="$LDFLAGS" ./configure --prefix=/usr --host=${CHOST}
+ LDFLAGS="${LDFLAGS}" \
+ econf || die
make || die
}