diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-26 08:32:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-26 08:32:55 +0000 |
commit | 58daee359a7b13cc46638f789f5383c1d4a28b18 (patch) | |
tree | bc28eedc4b7a5139e453233cae8863f9eddf6fb9 /games-engines | |
parent | dont compress manpage (diff) | |
download | gentoo-2-58daee359a7b13cc46638f789f5383c1d4a28b18.tar.gz gentoo-2-58daee359a7b13cc46638f789f5383c1d4a28b18.tar.bz2 gentoo-2-58daee359a7b13cc46638f789f5383c1d4a28b18.zip |
dont compress manpage
(Portage version: 2.1.2-r3)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/qtads/qtads-1.6c.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games-engines/qtads/qtads-1.6c.ebuild b/games-engines/qtads/qtads-1.6c.ebuild index 328c8ed2d4b5..bfe8183ed62e 100644 --- a/games-engines/qtads/qtads-1.6c.ebuild +++ b/games-engines/qtads/qtads-1.6c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild,v 1.3 2006/08/17 02:58:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild,v 1.4 2007/01/26 08:32:55 vapier Exp $ inherit flag-o-matic qt3 games @@ -15,6 +15,12 @@ IUSE="" DEPEND="$(qt_min_version 3)" +src_unpack() { + unpack ${A} + cd "${S}" + gunzip qtads.6.gz || die +} + src_compile () { append-flags -fno-strict-aliasing addpredict "${QTDIR}"/etc/settings @@ -35,6 +41,6 @@ src_install () { dodoc \ AUTHORS BUGS CREDITS INSTALL NEWS PORTABILITY README \ SOURCE_README TIPS TODO - doman qtads.6.gz + doman qtads.6 prepgamesdirs } |