[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29392] [PATCH 08/11] gnu: pingus: Use scons-build-system.
From: |
Arun Isaac |
Subject: |
[bug#29392] [PATCH 08/11] gnu: pingus: Use scons-build-system. |
Date: |
Wed, 22 Nov 2017 15:05:04 +0530 |
* gnu/packages/games.scm (pingus): Switch to scons-build-system.
---
gnu/packages/games.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 73ffa74c7..dd0d83538 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -722,7 +722,7 @@ fight Morgoth, the Lord of Darkness.")
(patches (search-patches "pingus-sdl-libs-config.patch"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
- ("scons" ,scons)))
+ ("scons-python2" ,scons-python2)))
(inputs `(("sdl" ,sdl)
("sdl-image" ,sdl-image)
("sdl-mixer" ,sdl-mixer)
@@ -731,15 +731,11 @@ fight Morgoth, the Lord of Darkness.")
("libpng" ,libpng)
("boost" ,boost)))
(arguments
- '(#:tests? #f ; no check target
+ '(#:make-flags (list (string-append "PREFIX=" %output))
+ #:tests? #f ; no check target
#:phases
(modify-phases %standard-phases
- (delete 'configure) ; no configure script
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (zero? (system* "make" "install"
- (string-append "PREFIX="
- (assoc-ref outputs "out")))))))))
+ (delete 'configure)))) ; no configure script
(home-page "http://pingus.seul.org/welcome.html")
(synopsis "Lemmings clone")
(description
--
2.15.0
- [bug#29392] [PATCH 00/11] New scons build system, Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 01/11] gnu: scons: Update to 3.0.1., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 04/11] gnu: gpick: Use scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 11/11] gnu: pingus: Use HTTPS for home page., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 05/11] gnu: serf: Use scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 10/11] gnu: mongodb: Use scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 02/11] build-system: Add scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 06/11] gnu: metabat: Use scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 08/11] gnu: pingus: Use scons-build-system.,
Arun Isaac <=
- [bug#29392] [PATCH 07/11] gnu: godot: Use scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 03/11] gnu: linuxdcpp: Use scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 09/11] gnu: klick: Use scons-build-system., Arun Isaac, 2017/11/22
- [bug#29392] [PATCH 00/11] New scons build system, Leo Famulari, 2017/11/25
- [bug#29392] [PATCH 00/11] New scons build system, Leo Famulari, 2017/11/25
- [bug#29392] [PATCH 00/11] New scons build system, Leo Famulari, 2017/11/25
- [bug#29392] [PATCH 00/11] Add scons build system, Arun Isaac, 2017/11/28