[package] update gstreamer to 0.10.25 (#6301)
[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
12 PKG_BUILD_DIR:=$(BUILD_DIR)/puppy_$(PKG_VERSION)
13
14 include $(INCLUDE_DIR)/package.mk
15
16 define Package/puppy
17 SECTION:=multimedia
18 CATEGORY:=Multimedia
19 DEPENDS:=@USB_SUPPORT
20 TITLE:=Topfield PVR file transfer client
21 URL:=http://puppy.sourceforge.net/
22 endef
23
24 define Package/puppy/description
25 Client to access Topfield PVRs via the USB port
26 endef
27
28 define Build/Configure
29 endef
30
31 define Package/puppy/install
32 $(INSTALL_DIR) $(1)/usr/bin
33 $(INSTALL_BIN) $(PKG_BUILD_DIR)/puppy $(1)/usr/bin/
34 endef
35
36 $(eval $(call BuildPackage,puppy))