nbd 0b525a28dc add ftpd-topfield (patch by Andreas Thienemann)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-22 22:22:37 +00:00

43 lines
1.0 KiB
Makefile

#$Id: Makefile 5624 2006-11-23 00:29:07Z nbd $
include $(TOPDIR)/rules.mk
PKG_NAME:=ftpd-topfield
PKG_VERSION:=0.7.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/puppy
PKG_MD5SUM:=4a29f04fd41aaa5890e2f202d936e270
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/ftpd-topfield
SECTION:=multimedia
CATEGORY:=Multimedia
DEPENDS:=@USB_SUPPORT
TITLE:=Topfield PVR access via FTP
URL:=http://puppy.sourceforge.net/
endef
define Package/ftpd-topfield/description
FTP server to export the filesystem of a connected Topfield PVR
endef
define Build/Configure
endef
define Package/ftpd-topfield/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ftpd $(1)/usr/sbin/ftpd-topfield
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/ftpd-topfield.sh $(1)/etc/init.d/ftpd-topfield
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DATA) ./files/ftpd-topfield.conf $(1)/etc/init.d/ftpd-topfield
endef
$(eval $(call BuildPackage,ftpd-topfield))