X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=multimedia%2Fmotion%2FMakefile;h=220c760dd9766303daecfaae303aee1e1edd6d46;hb=0550a9ac78eaf2c17bd304f198fdf6a6eb3e6e6d;hp=512617c9d0194d2e1d86a33242a3039ca4a53c6a;hpb=5cb332fb355cda50c0cfc952cee0778e5148781c;p=packages.git diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 512617c9d..220c760dd 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,9 +50,9 @@ 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 + $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/motion $(1)/usr/bin/ endef