From 04350be86408534f5a86963f7ebc778b503243c0 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 23 Jul 2002 00:49:50 +0000 Subject: repoman'd --- media-libs/smjpeg/smjpeg-0.2.1-r2.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'media-libs/smjpeg') 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 } -- cgit v1.2.3-65-gdbad