Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32550 Details for
Bug 52825
new ebuild for the game mahjongg3d
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for mahjongg3d
mahjongg3d-0.95.ebuild (text/plain), 1.10 KB, created by
Jonas Bähr
on 2004-06-02 15:58:50 UTC
(
hide
)
Description:
ebuild for mahjongg3d
Filename:
MIME Type:
Creator:
Jonas Bähr
Created:
2004-06-02 15:58:50 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header:$ > >inherit games > >IUSE="" > >S=${WORKDIR}/${PN}.release >DESCRIPTION="An implementation of the classical chinese game Mah Jongg with 3D OpenGL graphics" >SRC_URI="http://www.reto-schoelly.de/${PN}/${PN}.tar.bz2" >RESTRICT="nomirror" >HOMEPAGE="http://www.reto-schoelly.de/mahjongg3d/" >LICENSE="GPL-2" >KEYWORDS="~x86" > >DEPEND=">=qt-3.2.0" > >RDEPEND="virtual/opengl" > >src_compile() { > echo -n "#define GAMEDATA_BASE_PATH \"${GAMES_DATADIR}/mahjongg3d\"" > src/gamedata_path.h > qmake -o Makefile mahjongg3d.pro > make >} > >src_install () { > dodir ${GAMES_DATADIR}/mahjongg3d > dodir ${GAMES_BINDIR} > cp -a bin/* ${D}${GAMES_DATADIR}/mahjongg3d > mv ${D}${GAMES_DATADIR}/mahjongg3d/mahjongg3d ${D}${GAMES_BINDIR} > cp ${D}${GAMES_DATADIR}/mahjongg3d/mahjongg3d-install-tileset ${D}${GAMES_BINDIR} > cp ${D}${GAMES_DATADIR}/mahjongg3d/mahjongg3d-install-layout ${D}${GAMES_BINDIR} > #chmod a+rx ${D}${GAMES_BINDIR}/mahjongg3d > #chmod -R a+rx ${D}${GAMES_DATADIR}/mahjongg3d > > dodoc COPYING README Changelog >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52825
:
32550
|
32697