head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.1 date 2006.04.03.18.38.44; author rse; state Exp; branches 1.1.2.1; next ; commitid ZmscjmyAidXNzKrr; 1.1.2.1 date 2006.04.03.18.38.44; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.54.51; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @new package: png2ico 20021208 (PNG to ICON Converter) @ text @Index: Makefile --- Makefile.orig 2002-12-07 23:49:52 +0100 +++ Makefile 2006-04-03 20:34:11 +0200 @@@@ -1,11 +1,13 @@@@ -CPPFLAGS=-W -Wall -O2 -finline-functions -#CPPFLAGS=-O0 -W -Wall -DEBUG=-g +CC = g++ +CFLAGS = -Wall +CPPFLAGS = +LDFLAGS = +LIBS = -lpng -lz -lm all: png2ico png2ico: png2ico.cpp - g++ $(CPPFLAGS) $(DEBUG) -o $@@ $< -lpng -lz -lm + $(CC) $(CFLAGS) $(CPPFLAGS) -o $@@ $< $(LDFLAGS) $(LIBS) doc/png2ico.txt: doc/png2ico.1 man $< |sed -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@@ @ 1.1.2.1 log @file png2ico.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:54:51 +0000 @ text @d1 21 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 21 Index: Makefile --- Makefile.orig 2002-12-07 23:49:52 +0100 +++ Makefile 2006-04-03 20:34:11 +0200 @@@@ -1,11 +1,13 @@@@ -CPPFLAGS=-W -Wall -O2 -finline-functions -#CPPFLAGS=-O0 -W -Wall -DEBUG=-g +CC = g++ +CFLAGS = -Wall +CPPFLAGS = +LDFLAGS = +LIBS = -lpng -lz -lm all: png2ico png2ico: png2ico.cpp - g++ $(CPPFLAGS) $(DEBUG) -o $@@ $< -lpng -lz -lm + $(CC) $(CFLAGS) $(CPPFLAGS) -o $@@ $< $(LDFLAGS) $(LIBS) doc/png2ico.txt: doc/png2ico.1 man $< |sed -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@@ @