OSDN Git Service

Fix the release/developer detection in configure.py
[handbrake-jp/handbrake-jp-git.git] / pkg / module.defs
1 $(eval $(call import.MODULE.defs,PKG,pkg))
2
3 PKG.in/  = $(SRC/)pkg/
4 PKG.out/ = $(BUILD/)pkg/
5
6 PKG.src.tar.bz2 = $(PKG.out/)$(HB.name)-$(HB.version).tar.bz2
7
8 STAGE.out/     = $(BUILD/)stage/
9 STAGE.out.src/ = $(STAGE.out/)src/
10
11 ###############################################################################
12
13 define STAGE.doc
14         $(MKDIR.exe) -p $(1)doc
15         $(CP.exe) $(SRC/)AUTHORS $(1)doc
16         $(CP.exe) $(SRC/)COPYING $(1)doc
17         $(CP.exe) $(SRC/)CREDITS $(1)doc
18         $(CP.exe) $(SRC/)NEWS $(1)doc
19         $(CP.exe) $(SRC/)THANKS $(1)doc
20         $(CP.exe) $(SRC/)TRANSLATIONS $(1)doc
21 endef
22
23 ###############################################################################
24
25 BUILD.out += $(PKG.src.tar.bz2)
26
27 ###############################################################################
28
29 ## include optional platform packaging
30 -include $(SRC/)pkg/$(BUILD.system)/module.defs