ports/emulators/pyxmame/files/patch-setup.py
Jose Alonso Cardenas Marquez 29d99199bb - Update to 0.4.0
Approved by:	garga (mentor,implicit)
2006-09-17 15:51:22 +00:00

24 lines
885 B
Python

--- setup.py Sat Sep 16 23:03:56 2006
+++ setup.py Sat Sep 16 23:05:37 2006
@@ -16,16 +16,16 @@
It uses a list of sets of images to show the game image.
""",
license='GNU GPL',
- platforms='linux',
+ platforms='FreeBSD',
packages=['pyxmame'],
scripts=[
'scripts/pyxmame'
],
data_files=[
('share/pixmaps/pyxmame',["pixmaps/penguin-revolt-128.png"]),
- ('share/games/pyxmame/flyers',''),
- ('share/games/pyxmame/roms',''),
- ('share/games/pyxmame/snaps',''),
- ('/etc/pyxmame',["config/pyxmamerc"])
+ ('share/pyxmame/flyers',''),
+ ('share/pyxmame/roms',''),
+ ('share/pyxmame/snaps',''),
+ ('etc/pyxmame',["config/pyxmamerc"])
]
)