X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile;fp=Makefile;h=df901f8786a6309c3d3671d2f5e116b242f86c27;hb=99720244c4c1b58b7037da88b7bec93d91a45a25;hp=4c1a2a6e4be2ef6b5f686c05ea9257a9c2edb931;hpb=2ca455e85a94742ac1af818c8990d6366fc1f080;p=rulp%2Frulp.git diff --git a/Makefile b/Makefile index 4c1a2a6..df901f8 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ CL = sbcl OUTPUT = rulp -SYSTEM = $(shell uname -o) -VERSION = 0.0.1 + +# informations for package generation +SYSTEM = $(shell uname -o) +VERSION = $(shell sed -e 's/.*:version\ "\(.*\)"/\1/' -ne '/^[0-9]/p' system.asd) +ARCH = $(shell uname -m) + TOOLS = tools #create the directory -ARCH = $(shell uname -m) # to be autogenerated INSTALL-PATH = $(RPM_BUILD_ROOT)/usr/ SHARE-PATH = $(RPM_BUILD_ROOT)/usr/share/rulp/ LOCAL-PATH = ~/.local/rulp/