ports/contrib (3.1): tcc: dropped
commit 2c00b02d6af6ee37a526eda9c4f44c13cb6610e7 Author: Thomas Penteker <tek@serverop.de> Date: Sun Jul 26 01:00:21 2015 +0200 tcc: dropped diff --git a/tcc/.footprint b/tcc/.footprint deleted file mode 100644 index c8b0c39..0000000 --- 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 4d1d373..0000000 --- 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 4ee3bf3..0000000 --- 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 -}
participants (1)
-
crux@crux.nu