summaryrefslogtreecommitdiff
path: root/gcj-ccache-bindings/Pkgfile
blob: 62bb97bafa8d3c3678a9ce4aa542981b17a8261e (plain)
    1 # Description: Masquerade directory to use ccache with gcj.
    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: gcj ccache
    6 
    7 name=gcj-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/gcj
   15 	ln -s ../../bin/ccache $PKG/usr/lib/ccache/jc1
   16 }

Generated by cgit