mingw32-gcc-ccache-bindings: initial commit
This commit is contained in:
parent
d0a43ac894
commit
011a533edf
mingw32-gcc-ccache-bindings
9
mingw32-gcc-ccache-bindings/.footprint
Normal file
9
mingw32-gcc-ccache-bindings/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
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/mingw32-c++ -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/mingw32-cpp -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/mingw32-g++ -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/mingw32-gcc -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/mingw32-gccbug -> ../../bin/ccache
|
||||
lrwxrwxrwx root/root usr/lib/ccache/mingw32-gcov -> ../../bin/ccache
|
0
mingw32-gcc-ccache-bindings/.md5sum
Normal file
0
mingw32-gcc-ccache-bindings/.md5sum
Normal file
21
mingw32-gcc-ccache-bindings/Pkgfile
Normal file
21
mingw32-gcc-ccache-bindings/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: Masquerade directory to use ccache with mingw32-gcc.
|
||||
# URL: http://www.mingw.org/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Depends on: mingw32-gcc ccache
|
||||
|
||||
name=mingw32-gcc-ccache-bindings
|
||||
version=1
|
||||
release=1
|
||||
source=()
|
||||
|
||||
build() {
|
||||
install -d $PKG/usr/lib/ccache
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/mingw32-c++
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/mingw32-cpp
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/mingw32-g++
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/mingw32-gcc
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/mingw32-gccbug
|
||||
ln -s ../../bin/ccache $PKG/usr/lib/ccache/mingw32-gcov
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user