guix-packages/ambrevar/games: Specify file-name in duke-nukem-3d-high-resolution-pack

master
Pierre Neidhardt 2019-03-20 15:22:30 +01:00
parent d02b9ad6a9
commit 5e5d2f87e4
1 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@ You'll need eduke32 to play.")
(origin
(method url-fetch)
(uri (string-append "http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip"))
(file-name (string-append name "-" version))
(sha256
(base32 "19bqvippx8n46x772gi5k7dgl0j4bvik643k8580a4agdd2xy5zj"))))
(build-system trivial-build-system)
@ -73,10 +74,10 @@ You'll need eduke32 to play.")
(copy-file (assoc-ref %build-inputs "source")
(string-append dir "/duke3d_hrp.zip")))
#t)))
(synopsis "Data files from Duke Nukem 3D")
(synopsis "High definition textures and models for Duke Nukem 3D")
(description "For all Duke fans who want to play the game again in a modern
Windows environment with 3D accelerated graphics, the Duke3D community has
created the High Resolution Pack (HRP). Utilizing the amazing skills of various
created the High Resolution Pack (HRP). Utilizing the amazing skills of various
texturing and modelling artists, the project´s goal is to replace all textures
and sprites with high-res versions, optimizing it for latest OpenGL ports.")
(home-page "http://hrp.duke4.net/")