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
commit17f63901584949bb7091cbb01b89380b2af2b4ca (patch)
tree771b80bd9deadb9a6ad32fdafb3db10157b88a67 /media-libs/smjpeg
parentadded SGI's free software B license (diff)
downloadhistorical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.gz
historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.bz2
historical-17f63901584949bb7091cbb01b89380b2af2b4ca.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
}