tvheadend/support/posix.mk
Andreas Öman 00378579ed Rework file bundling and make configure take most standard args
Now ./configure should be able to be correctly invoked from standard
debian helper rules file
2012-04-10 20:51:09 +02:00

19 lines
430 B
Makefile

MAN = man/tvheadend.1
ICON = support/gnome/tvheadend.svg
INSTICON= ${DESTDIR}$(prefix)/share/icons/hicolor/scalable/apps
install: ${PROG}.datadir ${MAN}
install -D ${PROG}.datadir ${bindir}/tvheadend
install -D ${MAN} ${mandir}/tvheadend.1
for bundle in ${BUNDLES}; do \
mkdir -p ${datadir}/$$bundle ;\
cp -r $$bundle/* ${datadir}/$$bundle ;\
done
uninstall:
rm -f ${bindir)/tvheadend
rm -f ${mandir)/tvheadend.1