aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
diff options
context:
space:
mode:
authorlost <katrikat2@protonmail.com>2026-05-23 17:11:16 -0400
committerlost <katrikat2@protonmail.com>2026-05-23 17:11:16 -0400
commitac8f2a1f08700b3ac6a609031d267eed40a22d7b (patch)
treec5368c4737a2e2d41ebd8962018eda42d12b3f67 /repos/extra
parent2c2ea79572c89ddb59a4ac808a873087aa0616c4 (diff)
downloadalicelinux-ac8f2a1f08700b3ac6a609031d267eed40a22d7b.tar.gz
alicelinux-ac8f2a1f08700b3ac6a609031d267eed40a22d7b.zip
moved to community
Diffstat (limited to 'repos/extra')
-rw-r--r--repos/extra/tcc/.checksum1
-rw-r--r--repos/extra/tcc/.files18
-rw-r--r--repos/extra/tcc/abuild10
3 files changed, 0 insertions, 29 deletions
diff --git a/repos/extra/tcc/.checksum b/repos/extra/tcc/.checksum
deleted file mode 100644
index 11b804f2..00000000
--- a/repos/extra/tcc/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-7ee7c40613ee4e5421ec7c78984980329f562f263bd1fc8f9bf5c587db8c5e15 tcc-0.9.27.tar.bz2
diff --git a/repos/extra/tcc/.files b/repos/extra/tcc/.files
deleted file mode 100644
index f1c8d19f..00000000
--- a/repos/extra/tcc/.files
+++ /dev/null
@@ -1,18 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/tcc
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/libtcc.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/tcc/
-drwxr-xr-x root/root usr/lib/tcc/include/
--rw-r--r-- root/root usr/lib/tcc/include/float.h
--rw-r--r-- root/root usr/lib/tcc/include/stdarg.h
--rw-r--r-- root/root usr/lib/tcc/include/stdbool.h
--rw-r--r-- root/root usr/lib/tcc/include/stddef.h
--rw-r--r-- root/root usr/lib/tcc/include/tcclib.h
--rw-r--r-- root/root usr/lib/tcc/include/varargs.h
-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/tcc.1.gz \ No newline at end of file
diff --git a/repos/extra/tcc/abuild b/repos/extra/tcc/abuild
deleted file mode 100644
index 82b57025..00000000
--- a/repos/extra/tcc/abuild
+++ /dev/null
@@ -1,10 +0,0 @@
-name=tcc
-version=0.9.27
-release=1
-source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2"
-
-build() {
- ./configure --config-musl --prefix=/usr
- make
- make install
-} \ No newline at end of file