Added control files for Debian GNU/Linux

This commit is contained in:
Peter Krefting
2000-11-03 16:58:54 +00:00
parent ae8f8456fe
commit c3374170a9
10 changed files with 300 additions and 0 deletions

14
debian/patch-Makefile vendored Normal file
View File

@@ -0,0 +1,14 @@
# Edited for Debian
DESTDIR =
BINDIR = $(DESTDIR)/usr/bin
DOCDIR = $(DESTDIR)/usr/share/doc/goldedplus
install: all
install -d $(BINDIR)
install -s bin/gedlnx $(BINDIR)/golded
install -s bin/gnlnx $(BINDIR)/goldnode
install -s bin/rddtlnx $(BINDIR)/rddt
install -d $(DOCDIR)/src
cp -a golded3/docs/*.* $(DOCDIR)/src