ports/opt (3.2): gcc48-ccache-bindings: initial import
commit da4661e7d6b6c2d5244cb04459f92564dded1f18 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Apr 3 11:12:31 2016 +1000 gcc48-ccache-bindings: initial import diff --git a/gcc48-ccache-bindings/.footprint b/gcc48-ccache-bindings/.footprint new file mode 100644 index 0000000..7ce1a06 --- /dev/null +++ b/gcc48-ccache-bindings/.footprint @@ -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 diff --git a/gcc48-ccache-bindings/.md5sum b/gcc48-ccache-bindings/.md5sum new file mode 100644 index 0000000..e69de29 diff --git a/gcc48-ccache-bindings/Pkgfile b/gcc48-ccache-bindings/Pkgfile new file mode 100644 index 0000000..ded36db --- /dev/null +++ b/gcc48-ccache-bindings/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu