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