diff --git a/.cvsignore b/.cvsignore index e69de29..a876f3c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +sgpio-1.2-0.10-src.tar.gz diff --git a/sgpio-1.2-makefile.patch b/sgpio-1.2-makefile.patch new file mode 100644 index 0000000..236e9c0 --- /dev/null +++ b/sgpio-1.2-makefile.patch @@ -0,0 +1,33 @@ +--- sgpio/Makefile.orig 2008-10-29 09:55:50.000000000 +0100 ++++ sgpio/Makefile 2008-10-29 09:59:00.000000000 +0100 +@@ -23,12 +23,15 @@ + + + MANDIR ?= /usr/local/man ++SBIN_DIR = /sbin ++INSTALL =/usr/bin/install -c + ALL = sgpio ++CFLAGS = -g -Wall + + all: $(ALL) + + sgpio.o: sgpio.c +- gcc -g -Wall -c sgpio.c ++ gcc $(CFLAGS) -c sgpio.c + + sgpio: sgpio.o + gcc -g sgpio.o -o sgpio +@@ -38,10 +41,10 @@ clean: + + install: $(ALL) + for i in $(ALL); do \ +- install $$i /sbin/$$i; \ ++ $(INSTALL) -D $$i $(SBIN_DIR)/$$i; \ + done +- install -d $(MANDIR)/man1 +- install -m 0644 *.1 $(MANDIR)/man1 ++ $(INSTALL) -d $(MANDIR)/man1 ++ $(INSTALL) -m 0644 *.1 $(MANDIR)/man1 + + uninstall: + for i in $(ALL); do \ diff --git a/sources b/sources index e69de29..5659e69 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a417bf68da4e9bd79a4664c11d7debd1 sgpio-1.2-0.10-src.tar.gz