add 'Provides:' line in ipkg control files

SVN-Revision: 8906
v19.07.3_mercusys_ac12_duma
Nicolas Thill 17 years ago
parent a34a13c09c
commit 7d50df6224

@ -60,6 +60,7 @@ ifeq ($(DUMP),)
DEPENDS=$$$${DEPENDS:+$$$$DEPENDS, }$$$${depend##+}; \
done; \
echo "Depends: $$$$DEPENDS"; \
echo "Provides: $(PROVIDES)"; \
echo "Source: $(SOURCE)"; \
echo "Section: $(SECTION)"; \
echo "Priority: $(PRIORITY)"; \

Loading…
Cancel
Save