emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46697: closed ([PATCH] Added capstone 4.)


From: GNU bug Tracking System
Subject: bug#46697: closed ([PATCH] Added capstone 4.)
Date: Sat, 18 Mar 2023 09:33:02 +0000

Your message dated Sat, 18 Mar 2023 10:32:15 +0100
with message-id <09ffb5a9166bc3ea2c65b4db50aa664b0c0f5fe1.camel@gmail.com>
and subject line Re: [bug#46697] [PATCH] Added capstone 4.
has caused the debbugs.gnu.org bug report #46697,
regarding [PATCH] Added capstone 4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46697: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46697
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Added capstone 4. Date: Sun, 21 Feb 2021 16:35:21 -0600
---
 gnu/packages/engineering.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 034dabc3f9..4987377840 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1495,6 +1495,31 @@ such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz 
and xcore.  It provides
 bindings for Python, Java, OCaml and more.")
     (license license:bsd-3)))
 
+(define-public capstone
+  (package
+   (name "capstone")
+   (version "4.0.2")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append "https://github.com/aquynh/capstone";
+                         "/archive/" version ".tar.gz"))
+     (sha256
+      (base32
+       "0sjjbqps48az4map0kmai7j7dak3gy0xcq0sgx8fg09g0acdg0bw"))))
+   (build-system cmake-build-system)
+   (arguments
+    `(#:build-type "Release"
+      #:tests? #t))
+   (home-page "https://www.capstone-engine.org";)
+   (synopsis "Lightweight multi-platform, multi-architecture disassembly 
framework")
+   (description
+    "Capstone is a lightweight multi-platform, multi-architecture disassembly
+framework. Capstone can disassemble machine code for many supported
+architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and
+xcore. It provides bindings for Python, Java, OCaml and more.")
+   (license license:bsd-3)))
+
 ;; FIXME: This package has a timestamp embedded in
 ;; lib/python3.5/site-packages/capstone/__pycache__/__iti__.cpython-35.pyc
 (define-public python-capstone
-- 
2.30.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46697] [PATCH] Added capstone 4. Date: Sat, 18 Mar 2023 10:32:15 +0100 User-agent: Evolution 3.46.0
Am Dienstag, dem 23.02.2021 um 14:09 +0100 schrieb Nicolas Goaziou:
> Also, could you provide a proper commit message, for example
> 
>     gnu: capstone: Update to 4.0.2.
> 
>     * gnu/packages/engineering.scm (capstone): Update to 4.0.2.
> 
> Could you send an updated patch?
Given that capstone 4.0.2 currently exists in Guix, I suppose that is
no longer necessary.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]