aboutsummaryrefslogtreecommitdiff
path: root/repos/core/bzip2
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/core/bzip2
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/core/bzip2')
-rw-r--r--repos/core/bzip2/.checksum1
-rw-r--r--repos/core/bzip2/.files30
-rw-r--r--repos/core/bzip2/abuild28
3 files changed, 0 insertions, 59 deletions
diff --git a/repos/core/bzip2/.checksum b/repos/core/bzip2/.checksum
deleted file mode 100644
index 17aca4f1..00000000
--- a/repos/core/bzip2/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-97af3f520629c65fe41292f77e6ca798fe594d7987bfb2aebe7c6fcdc7ab5ed2 bzip2-1.0.8.tar.gz
diff --git a/repos/core/bzip2/.files b/repos/core/bzip2/.files
deleted file mode 100644
index 60147284..00000000
--- a/repos/core/bzip2/.files
+++ /dev/null
@@ -1,30 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
-lrwxrwxrwx root/root usr/bin/bunzip2 -> bzip2
-lrwxrwxrwx root/root usr/bin/bzcat -> bzip2
-lrwxrwxrwx root/root usr/bin/bzcmp -> bzdiff
--rwxr-xr-x root/root usr/bin/bzdiff
-lrwxrwxrwx root/root usr/bin/bzegrep -> bzgrep
-lrwxrwxrwx root/root usr/bin/bzfgrep -> bzgrep
--rwxr-xr-x root/root usr/bin/bzgrep
--rwxr-xr-x root/root usr/bin/bzip2
--rwxr-xr-x root/root usr/bin/bzip2recover
-lrwxrwxrwx root/root usr/bin/bzless -> bzmore
--rwxr-xr-x root/root usr/bin/bzmore
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/bzlib.h
-drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libbz2.so -> libbz2.so.1.0.8
-lrwxrwxrwx root/root usr/lib/libbz2.so.1.0 -> libbz2.so.1.0.8
--rwxr-xr-x root/root usr/lib/libbz2.so.1.0.8
-drwxr-xr-x root/root usr/share/
-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/bzcmp.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzdiff.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzegrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzfgrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzgrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzip2.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzless.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzmore.1.gz
diff --git a/repos/core/bzip2/abuild b/repos/core/bzip2/abuild
deleted file mode 100644
index 1f523e04..00000000
--- a/repos/core/bzip2/abuild
+++ /dev/null
@@ -1,28 +0,0 @@
-name=bzip2
-version=1.0.8
-release=1
-source="https://www.sourceware.org/pub/$name/$name-$version.tar.gz"
-
-build() {
- sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile
- sed -i "s@(PREFIX)/man@(PREFIX)/share/man@g" Makefile
-
- [ "${CFLAGS}" ] && sed -i "s|-O2|${CFLAGS}|g" Makefile
- [ "${CFLAGS}" ] && sed -i "s|-O2|${CFLAGS}|g" Makefile-libbz2_so
-
- make -f Makefile-libbz2_so
- mkdir -p $PKG/usr/lib
- install libbz2.so.$version $PKG/usr/lib
- ln -s libbz2.so.$version $PKG/usr/lib/libbz2.so
- ln -s libbz2.so.$version $PKG/usr/lib/libbz2.so.1.0
-
- make clean
- make
- make PREFIX=$PKG/usr install
-
- cp -v bzip2-shared $PKG/usr/bin/bzip2
- ln -sf bzip2 $PKG/usr/bin/bzcat
- ln -sf bzip2 $PKG/usr/bin/bunzip2
-
- install -Dm 0644 bzlib.h $PKG/usr/include/bzlib.h
-}