el-get/recipes/cedet.el

9 lines
401 B
EmacsLisp
Raw Normal View History

(:name cedet
2010-11-29 21:33:11 +08:00
:type bzr
:url "bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk"
:build ("touch `find . -name Makefile`" "make")
:build/windows-nt ("echo #!/bin/sh > tmp.sh & echo touch `/usr/bin/find . -name Makefile` >> tmp.sh & echo make FIND=/usr/bin/find >> tmp.sh"
"sed 's/^M$//' tmp.sh > tmp2.sh"
"sh ./tmp2.sh" "rm ./tmp.sh ./tmp2.sh")
:load-path ("./common"))