Remove merged lugaru
more/packages/games.scm
44 | 44 | #:use-module (gnu packages xorg) | |
45 | 45 | #:use-module (gnu packages zip)) | |
46 | 46 | ||
47 | - | (define-public lugaru | |
48 | - | (package | |
49 | - | (name "lugaru") | |
50 | - | (version "1.2") | |
51 | - | (source (origin | |
52 | - | (method url-fetch) | |
53 | - | (uri (string-append "https://bitbucket.org/osslugaru/lugaru/downloads/" | |
54 | - | name "-" version ".tar.xz")) | |
55 | - | (sha256 | |
56 | - | (base32 | |
57 | - | "15zgcshy22q51rm72zi6y9z7qlgnz5iw3gczjdlir4bqmxy4gspk")))) | |
58 | - | (build-system cmake-build-system) | |
59 | - | (arguments | |
60 | - | `(#:configure-flags | |
61 | - | (list "-DSYSTEM_INSTALL=ON") | |
62 | - | #:tests? #f)) | |
63 | - | (native-inputs | |
64 | - | `(("pkg-config" ,pkg-config))) | |
65 | - | (inputs | |
66 | - | `(("sdl2" ,sdl2) | |
67 | - | ("glu" ,glu) | |
68 | - | ("libjpeg" ,libjpeg-turbo) | |
69 | - | ("libpng" ,libpng) | |
70 | - | ("openal" ,openal) | |
71 | - | ("vorbis" ,libvorbis) | |
72 | - | ("zlib" ,zlib))) | |
73 | - | (home-page "https://osslugaru.gitlab.io") | |
74 | - | (synopsis "Cross-platform third-person action game") | |
75 | - | (description "The main character, Turner, is an anthropomorphic rebel bunny | |
76 | - | rabbit with impressive combat skills. In his quest to find those responsible | |
77 | - | for slaughtering his village, he uncovers a far-reaching conspiracy involving | |
78 | - | the corrupt leaders of the rabbit republic and the starving wolves from a | |
79 | - | nearby den. Turner takes it upon himself to fight against their plot and save | |
80 | - | his fellow rabbits from slavery.") | |
81 | - | (license (list license:gpl2+ license:cc-by-sa3.0)))) | |
82 | - | ||
83 | 47 | (define-public ogre3d | |
84 | 48 | (package | |
85 | 49 | (name "ogre3d") |