gcj-ccache-bindings: contrib -> romster

This commit is contained in:
Danny Rawlins 2013-05-30 22:41:47 +10:00
parent b92f7f7de8
commit ce7a1f1568
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/gcj -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/jc1 -> ../../bin/ccache

View File

@ -1,17 +0,0 @@
# Description: Masquerade directory to use ccache with gcj.
# URL: http://gcc.gnu.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: gcj ccache
name=gcj-ccache-bindings
version=1
release=1
source=()
build() {
install -d $PKG/usr/lib/ccache
ln -s ../../bin/ccache $PKG/usr/lib/ccache/gcj
ln -s ../../bin/ccache $PKG/usr/lib/ccache/jc1
}