gnu: pingus: Use scons-build-system.
* gnu/packages/games.scm (pingus): Switch to scons-build-system.master
parent
92b51d127f
commit
3f3f8f494e
|
@ -808,7 +808,7 @@ fight Morgoth, the Lord of Darkness.")
|
||||||
(patches (search-patches "pingus-sdl-libs-config.patch"))))
|
(patches (search-patches "pingus-sdl-libs-config.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("scons" ,scons)))
|
("scons-python2" ,scons-python2)))
|
||||||
(inputs `(("sdl" ,sdl)
|
(inputs `(("sdl" ,sdl)
|
||||||
("sdl-image" ,sdl-image)
|
("sdl-image" ,sdl-image)
|
||||||
("sdl-mixer" ,sdl-mixer)
|
("sdl-mixer" ,sdl-mixer)
|
||||||
|
@ -817,15 +817,11 @@ fight Morgoth, the Lord of Darkness.")
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("boost" ,boost)))
|
("boost" ,boost)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no check target
|
'(#:make-flags (list (string-append "PREFIX=" %output))
|
||||||
|
#:tests? #f ; no check target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ; no configure script
|
(delete 'configure)))) ; no configure script
|
||||||
(replace 'install
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(zero? (system* "make" "install"
|
|
||||||
(string-append "PREFIX="
|
|
||||||
(assoc-ref outputs "out")))))))))
|
|
||||||
(home-page "http://pingus.seul.org/welcome.html")
|
(home-page "http://pingus.seul.org/welcome.html")
|
||||||
(synopsis "Lemmings clone")
|
(synopsis "Lemmings clone")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue