summaryrefslogtreecommitdiff
path: root/tcc
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2015-07-26 01:00:21 +0200
committerThomas Penteker <tek@serverop.de>2015-07-26 01:00:21 +0200
commit2c00b02d6af6ee37a526eda9c4f44c13cb6610e7 (patch)
tree915e3022bfa586644eed5b5502993a1ee0848e4c /tcc
parentffad3019eb76e2732294553ffa39014ac6c14264 (diff)
downloadcontrib-2c00b02d6af6ee37a526eda9c4f44c13cb6610e7.tar.gz
contrib-2c00b02d6af6ee37a526eda9c4f44c13cb6610e7.tar.xz
tcc: dropped
Diffstat (limited to 'tcc')
-rw-r--r--tcc/.footprint19
-rw-r--r--tcc/.md5sum1
-rw-r--r--tcc/Pkgfile27
3 files changed, 0 insertions, 47 deletions
diff --git a/tcc/.footprint b/tcc/.footprint
deleted file mode 100644
index c8b0c3990..000000000
--- a/tcc/.footprint
+++ /dev/null
@@ -1,19 +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/
--rwxr-xr-x root/root usr/lib/libtcc.a
-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
--rw-r--r-- root/root usr/lib/tcc/libtcc1.a
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/tcc.1.gz
diff --git a/tcc/.md5sum b/tcc/.md5sum
deleted file mode 100644
index 4d1d373c7..000000000
--- a/tcc/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-5fb28e4abc830c46a7f54c1f637fb25d tcc-0.9.26.tar.bz2
diff --git a/tcc/Pkgfile b/tcc/Pkgfile
deleted file mode 100644
index 4ee3bf3b5..000000000
--- a/tcc/Pkgfile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Description: Tiny C Compiler
-# URL: http://bellard.org/tcc
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Packager: James Mills, prologic at shortcircuit dot net dot au
-# Depends on:
-
-name=tcc
-version=0.9.26
-release=1
-source=(http://download.savannah.nongnu.org/releases/tinycc/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make CFLAGS="$CFLAGS"
- make prefix=$PKG/usr \
- bindir=$PKG/usr/bin \
- tccdir=$PKG/usr/lib/tcc \
- libdir=$PKG/usr/lib \
- includedir=$PKG/usr/include \
- mandir=$PKG/usr/man \
- docdir=$PKG/usr/share/tcc/doc \
- infodir=$PKG/usr/share/tcc/info \
- install
- chmod 644 $PKG/usr/man/man1/tcc.1
- rm -rf $PKG/usr/share
-}

Generated by cgit