diff --git a/gdc-ccache-bindings/.footprint b/gdc-ccache-bindings/.footprint deleted file mode 100644 index 8e7248e29..000000000 --- a/gdc-ccache-bindings/.footprint +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/ccache/ -lrwxrwxrwx root/root usr/lib/ccache/gdc -> ../../bin/ccache -lrwxrwxrwx root/root usr/lib/ccache/gdmd -> ../../bin/ccache diff --git a/gdc-ccache-bindings/.md5sum b/gdc-ccache-bindings/.md5sum deleted file mode 100644 index e69de29bb..000000000 diff --git a/gdc-ccache-bindings/Pkgfile b/gdc-ccache-bindings/Pkgfile deleted file mode 100644 index 30a6f5357..000000000 --- a/gdc-ccache-bindings/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Masquerade directory to use ccache with gdc. -# URL: http://dgcc.sourceforge.net/ -# Maintainer: Danny Rawlins, monster dot romster at gmail dot com -# Packager: Danny Rawlins, monster dot romster at gmail dot com -# Depends on: gdc ccache - -name=gdc-ccache-bindings -version=1 -release=1 -source=() - -build() { - install -d $PKG/usr/lib/ccache - ln -s ../../bin/ccache $PKG/usr/lib/ccache/gdc - ln -s ../../bin/ccache $PKG/usr/lib/ccache/gdmd -} -