gdc-ccache-bindings: dropped

This commit is contained in:
Danny Rawlins 2013-11-19 12:55:29 +11:00
parent 39594875ca
commit 15887e069a
3 changed files with 0 additions and 22 deletions

View File

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

View File

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