X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=multimedia%2Fmotion%2FMakefile;h=7b46573aecd3c2f604c3de04fc424e3c73ad294a;hp=512617c9d0194d2e1d86a33242a3039ca4a53c6a;hb=9d048b52ac49eaff6aa78bc50c4c3379585ce90b;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3 diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 512617c9d0..7b46573aec 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=motion -PKG_VERSION:=3.2.6 +PKG_VERSION:=20070331-051001 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/motion -PKG_MD5SUM:=71e6bd13fcca70372e9b7c7806d62b30 -PKG_CAT:=zcat +PKG_SOURCE_URL:=http://www.lavrsen.dk/sources/motion-daily \ + @SF/motion +PKG_MD5SUM:=16e58186022dfee1c0dcaf03cf5393e5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install @@ -50,10 +50,10 @@ define Build/Compile endef define Package/motion/install - install -d -m0755 $(1)/etc + $(INSTALL_DIR) $(1)/etc $(CP) $(PKG_INSTALL_DIR)/etc/motion-dist.conf $(1)/etc/motion.conf - install -d -m0755 $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/motion $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/motion $(1)/usr/bin/ endef