diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
| commit | 0dede68b734c7366d9e0f44d10cb3507ba5e0f33 (patch) | |
| tree | 49b19194e5dc7f55255751151dcaf8d1fb48bc4a /repos/extra/dtc | |
| parent | 376803af43d2d32a80219b8970961792f240230c (diff) | |
| download | alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.tar.gz alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.zip | |
move out wayland packages to its own repo
Diffstat (limited to 'repos/extra/dtc')
| -rw-r--r-- | repos/extra/dtc/.files | 19 | ||||
| -rw-r--r-- | repos/extra/dtc/abuild | 4 |
2 files changed, 23 insertions, 0 deletions
diff --git a/repos/extra/dtc/.files b/repos/extra/dtc/.files new file mode 100644 index 00000000..4ee7c8fc --- /dev/null +++ b/repos/extra/dtc/.files @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/convert-dtsv0 +-rwxr-xr-x root/root usr/bin/dtc +-rwxr-xr-x root/root usr/bin/dtdiff +-rwxr-xr-x root/root usr/bin/fdtdump +-rwxr-xr-x root/root usr/bin/fdtget +-rwxr-xr-x root/root usr/bin/fdtoverlay +-rwxr-xr-x root/root usr/bin/fdtput +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/fdt.h +-rw-r--r-- root/root usr/include/libfdt.h +-rw-r--r-- root/root usr/include/libfdt_env.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libfdt.so -> libfdt.so.1 +lrwxrwxrwx root/root usr/lib/libfdt.so.1 -> libfdt.so.1.6.0 +-rwxr-xr-x root/root usr/lib/libfdt.so.1.6.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libfdt.pc diff --git a/repos/extra/dtc/abuild b/repos/extra/dtc/abuild new file mode 100644 index 00000000..3a22f052 --- /dev/null +++ b/repos/extra/dtc/abuild @@ -0,0 +1,4 @@ +name=dtc +version=1.7.0 +release=1 +source="https://gitlab.com/qemu-project/${name}/-/archive/v${version}/${name}-v${version}.tar.gz" |