[game-data-packager] 01/01: mageia: document distribution path policy
Alexandre Detiste
detiste-guest at moszumanska.debian.org
Sun Jan 10 14:21:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
detiste-guest pushed a commit to branch master
in repository game-data-packager.
commit 30ed16c092182b8f5927f77bc8cdcf5afc2ad38e
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Sun Jan 10 15:21:11 2016 +0100
mageia: document distribution path policy
---
game_data_packager/packaging/rpm.py | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/game_data_packager/packaging/rpm.py b/game_data_packager/packaging/rpm.py
index 8a1347a..77dfb4a 100644
--- a/game_data_packager/packaging/rpm.py
+++ b/game_data_packager/packaging/rpm.py
@@ -164,7 +164,15 @@ class ZypperPackaging(RpmPackaging):
gain_root=gain_root)
class UrpmiPackaging(RpmPackaging):
+ BINDIR = 'usr/games'
+ ASSETS = 'usr/share/games'
INSTALL_CMD = ['urpmi']
+ PACKAGE_MAP = {
+ 'dpkg-deb': 'dpkg',
+ 'id-shr-extract': None,
+ '7z': 'p7zip',
+ 'unrar-nonfree': 'unrar',
+ }
def is_available(self, package):
return 0 == subprocess.call(['urpmq', package],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list