gcc48-ccache-bindings: initial import
This commit is contained in:
parent
7f0f053b78
commit
da4661e7d6
5
gcc48-ccache-bindings/.footprint
Normal file
5
gcc48-ccache-bindings/.footprint
Normal file
@ -0,0 +1,5 @@
|
||||
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/g++-4.8 -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/gcc-4.8 -> ../../bin/ccache
|
0
gcc48-ccache-bindings/.md5sum
Normal file
0
gcc48-ccache-bindings/.md5sum
Normal file
16
gcc48-ccache-bindings/Pkgfile
Normal file
16
gcc48-ccache-bindings/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: Masquerade directory to use ccache with gcc48.
|
||||
# URL: http://gcc.gnu.org/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: gcc48 ccache
|
||||
|
||||
name=gcc48-ccache-bindings
|
||||
version=1
|
||||
release=1
|
||||
source=()
|
||||
|
||||
build() {
|
||||
install -d $PKG/usr/lib/ccache
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/gcc-4.8
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/g++-4.8
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user