rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / developer / groovy-24 / files / Makefile
blob6bfa9133079819d20907b38d5fb01d70c1a3e1aa
1 SUBDIRS=bin conf embeddable grooid indy lib
2 GROOVY_MAJOR_VERSION ?= 2.4
3 all: build
5 build:
7 install:
8 mkdir -p $(DESTDIR)/usr/share/groovy-$(GROOVY_MAJOR_VERSION)
9 mkdir -p $(DESTDIR)/usr/bin
10 cp -rf $(SUBDIRS) $(DESTDIR)/usr/share/groovy-$(GROOVY_MAJOR_VERSION)
11 ln -frs $(DESTDIR)/usr/share/groovy-$(GROOVY_MAJOR_VERSION)/bin/* $(DESTDIR)/usr/bin