diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-29 23:57:56 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-29 23:57:56 +0800 |
| commit | dba55c10dc13005770b04038e76b34df68c3b9cf (patch) | |
| tree | f08055f4f400a367f87d214d7b9b4d807ca6ce6a /repos | |
| parent | 2e0b6d7007cdcf5e3e909f8053fdc3cb6f57d40f (diff) | |
| download | alicelinux-dba55c10dc13005770b04038e76b34df68c3b9cf.tar.gz alicelinux-dba55c10dc13005770b04038e76b34df68c3b9cf.zip | |
zip removed
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/zip/.files | 13 | ||||
| -rw-r--r-- | repos/extra/zip/build | 2 | ||||
| -rw-r--r-- | repos/extra/zip/depends | 1 | ||||
| -rw-r--r-- | repos/extra/zip/info | 4 |
4 files changed, 0 insertions, 20 deletions
diff --git a/repos/extra/zip/.files b/repos/extra/zip/.files deleted file mode 100644 index 0e208fe3..00000000 --- a/repos/extra/zip/.files +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/zip --rwxr-xr-x root/root usr/bin/zipcloak --rwxr-xr-x root/root usr/bin/zipnote --rwxr-xr-x root/root usr/bin/zipsplit -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/zip.1.gz --rw-r--r-- root/root usr/share/man/man1/zipcloak.1.gz --rw-r--r-- root/root usr/share/man/man1/zipnote.1.gz --rw-r--r-- root/root usr/share/man/man1/zipsplit.1.gz diff --git a/repos/extra/zip/build b/repos/extra/zip/build deleted file mode 100644 index e357fdd7..00000000 --- a/repos/extra/zip/build +++ /dev/null @@ -1,2 +0,0 @@ -make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic -make -f unix/Makefile INSTALL=install prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install diff --git a/repos/extra/zip/depends b/repos/extra/zip/depends deleted file mode 100644 index 7a457127..00000000 --- a/repos/extra/zip/depends +++ /dev/null @@ -1 +0,0 @@ -bzip2 diff --git a/repos/extra/zip/info b/repos/extra/zip/info deleted file mode 100644 index 11272a82..00000000 --- a/repos/extra/zip/info +++ /dev/null @@ -1,4 +0,0 @@ -name=zip -version=3.0 -release=1 -source="https://downloads.sourceforge.net/sourceforge/infozip/${name}30.tar.gz" |