aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/elfutils.az
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/elfutils.az')
-rw-r--r--internal/rosa/package/elfutils.az49
1 files changed, 0 insertions, 49 deletions
diff --git a/internal/rosa/package/elfutils.az b/internal/rosa/package/elfutils.az
deleted file mode 100644
index 42cc1c56..00000000
--- a/internal/rosa/package/elfutils.az
+++ /dev/null
@@ -1,49 +0,0 @@
-package elfutils {
- description = "utilities and libraries to handle ELF files and DWARF data";
- website = "https://sourceware.org/elfutils";
- anitya = 5679;
-
- version# = "0.195";
- source = remoteTar {
- url = "https://sourceware.org/elfutils/ftp/"+
- version+"/elfutils-"+version+".tar.bz2";
- checksum = "JrGnBD38w8Mj0ZxDw3fKlRBFcLvRKu8rcYnX35R9yTlUSYnzTazyLboG-a2CsJlu";
- compress = bzip2;
- };
-
- env = [
- "CC=cc" +
- // nonstandard glibc extension
- " -DFNM_EXTMATCH=0",
- ];
-
- exec = make {
- configure = {
- "enable-deterministic-archives";
- };
-
- // nonstandard glibc extension
- check = nil;
- };
-
- inputs = [
- m4,
- pkgconf,
-
- zlib,
- bzip2,
- zstd,
- argp-standalone,
- musl-fts,
- musl-obstack,
- kernel-headers,
- ];
-
- runtime = [
- zlib,
- bzip2,
- zstd,
- musl-fts,
- musl-obstack,
- ];
-}