mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
+5
-5
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
# Make sure to also update the dbus-x package
|
# Make sure to also update the dbus-x package
|
||||||
PKG_NAME:=dbus
|
PKG_NAME:=dbus
|
||||||
PKG_VERSION:=1.9.20
|
PKG_VERSION:=1.10.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/
|
PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/
|
||||||
PKG_MD5SUM:=d5a6f0467612054d3bc7361e42ac6ee9
|
PKG_MD5SUM:=5af6297348107a906c8449817a728b3b
|
||||||
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
||||||
PKG_LICENSE:=AFL-2.1
|
PKG_LICENSE:=AFL-2.1
|
||||||
|
|
||||||
@@ -168,10 +168,10 @@ define Package/libdbus/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dbus/install
|
define Package/dbus/install
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(INSTALL_DIR) $(1)/usr/share
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/etc/dbus-1 \
|
$(PKG_INSTALL_DIR)/usr/share/dbus-1 \
|
||||||
$(1)/etc/
|
$(1)/usr/share/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/dbus-1
|
$(INSTALL_DIR) $(1)/usr/lib/dbus-1
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
|
|||||||
Reference in New Issue
Block a user