1 --- /dev/null 2012-09-02 00:11:48.209367341 +0200
2 +++ package/ps3sed/Makefile 2012-09-02 00:43:49.239479104 +0200
5 +# Copyright (C) 2006-2008 OpenWrt.org
7 +# This is free software, licensed under the GNU General Public License v2.
8 +# See /LICENSE for more information.
11 +include $(TOPDIR)/rules.mk
14 +PKG_VERSION:=2012-09-01
15 +PKG_SOURCE_VERSION:=HEAD
16 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
17 +PKG_SOURCE:=$(PKG_NAME).tar.gz
18 +PKG_SOURCE_URL:=git://repo.or.cz/ps3linux_ps3sed.git
19 +PKG_SOURCE_PROTO:=git
21 +include $(INCLUDE_DIR)/package.mk
23 +define Package/ps3sed
26 + TITLE:=PS3 Storage Editor
29 +define Package/ps3sed/description
30 + Storage editor for PS3 Linux
33 +define Package/ps3sed/install
34 + $(INSTALL_DIR) $(1)/usr/bin
35 + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ps3sed $(1)/usr/bin
38 +$(eval $(call BuildPackage,ps3sed))