mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-26 15:26:12 +00:00
fixed packages
This commit is contained in:
4
Makefile
4
Makefile
@@ -87,6 +87,7 @@ install: $(USTR) $(DUMP)
|
|||||||
install -Dm644 man/$(USTR).1 $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
install -Dm644 man/$(USTR).1 $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
||||||
install -Dm644 man/$(DUMP).1 $(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
install -Dm644 man/$(DUMP).1 $(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
||||||
gzip $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
gzip $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
||||||
|
gzip $(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
||||||
|
|
||||||
|
|
||||||
install-strip: install
|
install-strip: install
|
||||||
@@ -97,7 +98,8 @@ install-strip: install
|
|||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/$(USTR) \
|
rm -f $(DESTDIR)$(PREFIX)/bin/$(USTR) \
|
||||||
$(DESTDIR)$(PREFIX)/bin/$(DUMP) \
|
$(DESTDIR)$(PREFIX)/bin/$(DUMP) \
|
||||||
$(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
$(DESTDIR)$(MANPREFIX)/man1/$(USTR).1 \
|
||||||
|
$(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
||||||
|
|
||||||
|
|
||||||
regen:
|
regen:
|
||||||
|
|||||||
@@ -25,5 +25,7 @@ BDEPEND=""
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ustreamer
|
dobin ustreamer
|
||||||
|
dobin ustreamer-dump
|
||||||
doman man/ustreamer.1
|
doman man/ustreamer.1
|
||||||
|
doman man/ustreamer-dump.1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ endef
|
|||||||
define Package/ustreamer/install
|
define Package/ustreamer/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ustreamer $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ustreamer $(1)/usr/bin/
|
||||||
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ustreamer-dump $(1)/usr/bin/
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(CP) ./files/ustreamer.config $(1)/etc/config/ustreamer
|
$(CP) ./files/ustreamer.config $(1)/etc/config/ustreamer
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
|
|||||||
Reference in New Issue
Block a user