diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-13 00:04:27 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-13 00:04:27 +0800 |
| commit | 9c5716a431e40ee2f942b933229ff25d3b6d5835 (patch) | |
| tree | 6073cfb6a3e84a3292cd48e74a3e3cd8726209fa /repos/wip/gdbm | |
| parent | bd1670e1c515cc88d1908ed28c929585bae8a0f1 (diff) | |
| download | alicelinux-9c5716a431e40ee2f942b933229ff25d3b6d5835.tar.gz alicelinux-9c5716a431e40ee2f942b933229ff25d3b6d5835.zip | |
added wip abuilds
Diffstat (limited to 'repos/wip/gdbm')
| -rw-r--r-- | repos/wip/gdbm/.checksum | 1 | ||||
| -rw-r--r-- | repos/wip/gdbm/.files | 21 | ||||
| -rw-r--r-- | repos/wip/gdbm/abuild | 4 |
3 files changed, 26 insertions, 0 deletions
diff --git a/repos/wip/gdbm/.checksum b/repos/wip/gdbm/.checksum new file mode 100644 index 00000000..2b083ee5 --- /dev/null +++ b/repos/wip/gdbm/.checksum @@ -0,0 +1 @@ +0b0defa948957ca1a0d2ed569615edf5bb7a1e8b8f3fe195ce54056d4fe09bd0 gdbm-1.26.tar.gz diff --git a/repos/wip/gdbm/.files b/repos/wip/gdbm/.files new file mode 100644 index 00000000..7e4dc664 --- /dev/null +++ b/repos/wip/gdbm/.files @@ -0,0 +1,21 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gdbm_dump +-rwxr-xr-x root/root usr/bin/gdbm_load +-rwxr-xr-x root/root usr/bin/gdbmtool +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gdbm.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libgdbm.so -> libgdbm.so.6.0.0 +lrwxrwxrwx root/root usr/lib/libgdbm.so.6 -> libgdbm.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libgdbm.so.6.0.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/gdbm.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gdbm_dump.1.gz +-rw-r--r-- root/root usr/share/man/man1/gdbm_load.1.gz +-rw-r--r-- root/root usr/share/man/man1/gdbmtool.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/gdbm.3.gz diff --git a/repos/wip/gdbm/abuild b/repos/wip/gdbm/abuild new file mode 100644 index 00000000..bdffc0e2 --- /dev/null +++ b/repos/wip/gdbm/abuild @@ -0,0 +1,4 @@ +name=gdbm +version=1.26 +release=1 +source="https://ftpmirror.gnu.org/${name}/${name}-${version}.tar.gz" |