summaryrefslogtreecommitdiff
path: root/gcc34-ccache-bindings/Pkgfile
blob: 26f422f5ce49a248e8941c60ab546ea4b19a39ab (plain)
    1 # Description: Masquerade directory to use ccache with gcc34.
    2 # URL: http://gcc.gnu.org/
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Packager: Danny Rawlins, monster dot romster at gmail dot com
    5 # Depends on: gcc34 ccache
    6 
    7 name=gcc34-ccache-bindings
    8 version=1
    9 release=1
   10 source=()
   11 
   12 build() {
   13 	install -d $PKG/usr/lib/ccache
   14 	ln -s ../../bin/ccache $PKG/usr/lib/ccache/cc-3.4
   15 	ln -s ../../bin/ccache $PKG/usr/lib/ccache/c++-3.4
   16 	ln -s ../../bin/ccache $PKG/usr/lib/ccache/gcc-3.4
   17 	ln -s ../../bin/ccache $PKG/usr/lib/ccache/g++-3.4
   18 }

Generated by cgit