1
0
forked from ports/contrib

20 lines
529 B
Plaintext
Raw Normal View History

2008-05-19 14:38:23 +10:00
# Description: Masquerade directory to use ccache with gcc34.
# URL: http://gcc.gnu.org/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2008-05-19 14:38:23 +10:00
# 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
}