summaryrefslogtreecommitdiff
path: root/tcc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'tcc/Pkgfile')
-rw-r--r--tcc/Pkgfile27
1 files changed, 0 insertions, 27 deletions
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