# rpm target for rpm based systems

rpm: dist-gzip ${PACKAGE}.spec
	$(RPMBUILD) -ta ${distdir}.tar.gz

