diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-30 23:43:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-30 23:43:23 +0000 |
commit | 5502bdecde3a25df6e1ccdabc6d4d41d46152956 (patch) | |
tree | ede9ec6a0d8de7bfa78e7176a22b3c20342fc303 /media-libs/sdl-ttf | |
parent | mark ~ppc and install README file (diff) | |
download | gentoo-2-5502bdecde3a25df6e1ccdabc6d4d41d46152956.tar.gz gentoo-2-5502bdecde3a25df6e1ccdabc6d4d41d46152956.tar.bz2 gentoo-2-5502bdecde3a25df6e1ccdabc6d4d41d46152956.zip |
drop the gnuconfig stuff
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/sdl-ttf')
-rw-r--r-- | media-libs/sdl-ttf/sdl-ttf-2.0.7.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.7.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.7.ebuild index 5c2154a43b93..c8b46bed6951 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.7.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.7.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.7.ebuild,v 1.7 2005/05/27 06:32:05 josejx Exp $ - -inherit gnuconfig +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.7.ebuild,v 1.8 2005/05/30 23:43:23 vapier Exp $ MY_P="${P/sdl-/SDL_}" DESCRIPTION="library that allows you to use TrueType fonts in SDL applications" @@ -18,13 +16,7 @@ DEPEND="X? ( virtual/x11 ) >=media-libs/libsdl-1.2.4 >=media-libs/freetype-2.0.1" -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - gnuconfig_update -} +S=${WORKDIR}/${MY_P} src_compile() { econf \ |