Add Veracity distributed VCS (+ issue tracker)

svn path=/nixpkgs/trunk/; revision=23031
This commit is contained in:
Michael Raskin
2010-08-07 22:44:25 +00:00
parent 5792074ddc
commit 87cbef96ca
5 changed files with 66 additions and 0 deletions
@@ -4,4 +4,7 @@ install: $(PROGRAM) $(SHARED_LIBRARY)
cp -v $(PROGRAM) $(DIST)/bin
cp -v $(SHARED_LIBRARY) $(LIBRARY) $(DIST)/lib
cp -v $(JS_HFILES) $(API_HFILES) $(OTHER_HFILES) $(DIST)/include
mkdir -pv $(DIST)/include/js
find . -name '*.h' -exec cp '{}' $(DIST)/include/js ';'
find . -name '*.msg' -exec cp '{}' $(DIST)/include/js ';'