X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=0000000000000000000000000000000000000000;hp=d8024b8ea4a038a47cf1420b4c9911aa835c2000;hb=def58d0f4944397faa8cdd4a9cf3515125e0b548;hpb=236377e360e37e16986588a62101926d70ad3489 diff --git a/GNUmakefile b/GNUmakefile deleted file mode 100644 index d8024b8..0000000 --- a/GNUmakefile +++ /dev/null @@ -1,20 +0,0 @@ -VERSION = $(shell git describe --tags) -BUILD_TMP ?= .rpm_tmp -DEB_MAINTAINER ?= mengzhuo1203@gmail.com - -include common.mk - -.PHONY: deb -deb: - rm -rf ${BUILD_TMP} - mkdir -p ${BUILD_TMP}/usr/local/bin/ - mkdir -p ${BUILD_TMP}/var/log/goircd - mkdir -p ${BUILD_TMP}/etc/systemd/system/ - cp goircd ${BUILD_TMP}/usr/local/bin/ - cp startup/goircd.service ${BUILD_TMP}/etc/systemd/system/ - fpm -s dir -t deb -n goircd -v ${VERSION} \ - -m $(DEB_MAINTAINER) \ - --deb-compression=bzip2 \ - --verbose \ - -d logrotate \ - -C ${BUILD_TMP}