r23656 - in /scripts/KGB: Makefile debian/install
    dmn at users.alioth.debian.org 
    dmn at users.alioth.debian.org
       
    Mon Jul 28 12:22:33 UTC 2008
    
    
  
Author: dmn
Date: Mon Jul 28 12:22:31 2008
New Revision: 23656
URL: http://svn.debian.org/wsvn/?sc=1&rev=23656
Log:
add a Makefile that does the installation; drop debian/install
Added:
    scripts/KGB/Makefile
Removed:
    scripts/KGB/debian/install
Added: scripts/KGB/Makefile
URL: http://svn.debian.org/wsvn/scripts/KGB/Makefile?rev=23656&op=file
==============================================================================
--- scripts/KGB/Makefile (added)
+++ scripts/KGB/Makefile Mon Jul 28 12:22:31 2008
@@ -1,0 +1,10 @@
+DESTDIR?=
+PREFIX ?= /usr/local
+
+all:
+
+install:
+	install -d $(DESTDIR)/$(PREFIX)/sbin
+	install -m 0755 server/KGB $(DESTDIR)/$(PREFIX)/sbin/kgb-bot
+	install -d $(DESTDIR)/$(PREFIX)/share/man/man1
+	pod2man server/KGB > $(DESTDIR)/$(PREFIX)/share/man/man1/kgb-bot.1
    
    
More information about the Pkg-perl-cvs-commits
mailing list