diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-19 04:55:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-19 04:55:44 +0000 |
commit | ab4ef709abb4ca52ac5d7e03446b3b0ce455bdea (patch) | |
tree | e018e3c0d11d8c2b8a2d6584bcd731d26ff49f3a /media-video/xvid4conf/xvid4conf-1.12.ebuild | |
parent | version bump (diff) | |
download | historical-ab4ef709abb4ca52ac5d7e03446b3b0ce455bdea.tar.gz historical-ab4ef709abb4ca52ac5d7e03446b3b0ce455bdea.tar.bz2 historical-ab4ef709abb4ca52ac5d7e03446b3b0ce455bdea.zip |
clean up a little and dont use $CC
Diffstat (limited to 'media-video/xvid4conf/xvid4conf-1.12.ebuild')
-rw-r--r-- | media-video/xvid4conf/xvid4conf-1.12.ebuild | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild index 0fb7f6045ef7..737c02c86bb5 100644 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild +++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild @@ -1,24 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.1 2004/03/31 19:33:10 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.2 2004/06/19 04:55:44 vapier Exp $ -DESCRIPTION="XviD4conf, a GTK2-configuration dialog for xvid4" -SRC_URI="http://zebra.fh-weingarten.de/~transcode/xvid4conf/${P}.tar.gz" +DESCRIPTION="GTK2-configuration dialog for xvid4" HOMEPAGE="http://zebra.fh-weingarten.de/~transcode/xvid4conf" +SRC_URI="http://zebra.fh-weingarten.de/~transcode/xvid4conf/${P}.tar.gz" -DEPEND="virtual/glibc - >=x11-libs/gtk+-2.2.4" - -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~ia64" - -src_compile() { - [ -z "${CC}" ] && export CC="gcc" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +IUSE="" - econf || die - emake || die -} +DEPEND="virtual/glibc + >=x11-libs/gtk+-2.2.4" src_install() { dodir /usr/{include,lib} |