tcc: dropped

This commit is contained in:
Thomas Penteker 2015-07-26 01:00:21 +02:00
parent ffad3019eb
commit 2c00b02d6a
3 changed files with 0 additions and 47 deletions

View File

@ -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

View File

@ -1 +0,0 @@
5fb28e4abc830c46a7f54c1f637fb25d tcc-0.9.26.tar.bz2

View File

@ -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
}