

all: a.ipk b.ipk


a.ipk: a.control
	mkdir -p a/CONTROL
	cp a.control a/CONTROL
	touch a/file1 a/file2 a/file3
	ipkg-build -o root -g root a
	rm -fr a
