add puppy (client for Topfield PVRs) - patch by Andreas Thienemann
[openwrt/svn-archive/archive.git] / multimedia / puppy / Makefile
1 #$Id: Makefile 5624 2006-11-23 00:29:07Z nbd $
2
3 include $(TOPDIR)/rules.mk
4
5 PKG_NAME:=puppy
6 PKG_VERSION:=1.14
7 PKG_RELEASE:=1
8
9 PKG_SOURCE:=puppy_$(PKG_VERSION)_src.tar.bz2
10 PKG_SOURCE_URL:=@SF/puppy
11 PKG_MD5SUM:=a7a53da5b8ba4fdb15e2fc8e1531b82c
12 PKG_CAT:=bzcat
13
14 PKG_BUILD_DIR:=$(BUILD_DIR)/puppy_$(PKG_VERSION)
15
16 include $(INCLUDE_DIR)/package.mk
17
18 define Package/puppy
19 SECTION:=multimedia
20 CATEGORY:=Multimedia
21 DEPENDS:=@USB_SUPPORT
22 TITLE:=Topfield PVR file transfer client
23 URL:=http://puppy.sourceforge.net/
24 endef
25
26 define Package/puppy/description
27 Client to access Topfield PVRs via the USB port
28 endef
29
30 define Build/Configure
31 endef
32
33 define Package/puppy/install
34 $(INSTALL_DIR) $(1)/usr/bin
35 $(INSTALL_BIN) $(PKG_BUILD_DIR)/puppy $(1)/usr/bin/
36 endef
37
38 $(eval $(call BuildPackage,puppy))