forked from ports/contrib
gcc34-ccache-bindings: dropped
This commit is contained in:
parent
057268e5b6
commit
5ffd8c3432
@ -1,7 +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/c++-3.4 -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/cc-3.4 -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/g++-3.4 -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/gcc-3.4 -> ../../bin/ccache
|
@ -1,19 +0,0 @@
|
||||
# Description: Masquerade directory to use ccache with gcc34.
|
||||
# URL: http://gcc.gnu.org/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: gcc34 ccache
|
||||
|
||||
name=gcc34-ccache-bindings
|
||||
version=1
|
||||
release=1
|
||||
source=()
|
||||
|
||||
build() {
|
||||
install -d $PKG/usr/lib/ccache
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/cc-3.4
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/c++-3.4
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/gcc-3.4
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/g++-3.4
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user