From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add lshw. Date: Tue, 07 Feb 2017 18:00:37 +0100 Message-ID: <874m06hr62.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170206231310.5861-1-boskovits@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cb98H-0001DU-Ka for guix-devel@gnu.org; Tue, 07 Feb 2017 12:00:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cb98D-0001kz-HM for guix-devel@gnu.org; Tue, 07 Feb 2017 12:00:45 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:38277) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cb98D-0001iz-8t for guix-devel@gnu.org; Tue, 07 Feb 2017 12:00:41 -0500 In-Reply-To: <20170206231310.5861-1-boskovits@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?Boskovits=2C_G=C3=A1bor?= , guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable "Boskovits, G=C3=A1bor" writes: > +(define-public lshw > + (package > + (name "lshw") > + (version "B.02.18") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://www.ezix.org/software/" > + "files/lshw-" version > + ".tar.gz")) > + (sha256 > + (base32 > + "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf"))= )) > + (build-system gnu-build-system) > + (arguments > + `(#:phases (modify-phases %standard-phases (delete 'configure));no= configure > + #:tests? #f > + #:make-flags > + (list (string-append "PREFIX=3D" (assoc-ref %outputs "out"))))) > + (synopsis "Hardware Lister (lshw)") > + (description > + "lshw (Hardware Lister) is a small tool to provide detailed > +information on the hardware configuration of the machine. It can > +report exact memory configuration, firmware version, mainboard > +configuration, CPU version and speed, cache configuration, bus speed, > +etc. on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC > +machines (=E2=80=8BPowerMac G4 is known to work).") > + (home-page "http://www.ezix.org/project/wiki/HardwareLiSter") > + (license gpl2))) Thank you for this! I moved it to linux.scm, added a copyright line for you and changed the URLs to use HTTPS. Also did very minor tweaks to description. Pushed as 189d8422573bdcb9392dad76426ab3e9518017ec ! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAliZ/TUACgkQoqBt8qM6 VPp1Ogf+L54escZdbF6TiuwIJBvc41kKjjFfOEsxJMkIDPz+A5reylng4DuNdHZO 6R8402a6yn+cfskXvpF6fsbD8ZPW2t6f3FZOWe3qwswgi5QNFS4sc0k4WhZ4Lim7 ygTUKaDDi7Z1XtY0+i4qpGnsDDKv4jKWd8w3Hx9WKouHfeVrSmNLWOTf35hyTXxq qRCVg6byfHDW1wm1WKP6Oip00/y5wI34qPQeO0SYcFT/06rwNkQQo4V7tR2ZWxSS HJkiaBksKmE6MFY80xh3mhYfIVzS8GSMUyW4QYIKd2nHe50OTp7eIdFWMvBJIID8 6m6s+djrn6p16IRCnw3rwlokiEubUg== =d854 -----END PGP SIGNATURE----- --=-=-=--