2 # Copyright (C) 2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
11 PKG_VERSION
:=6488134e48cf2d6f2d6471ced8346ac8cb1b855a
14 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
15 PKG_SOURCE_URL
:=http
://www.kernel.org
/pub
/scm
/linux
/kernel
/git
/geoff
/ps3-utils.git
17 PKG_SOURCE_SUBDIR
:=$(PKG_NAME
)-$(PKG_VERSION
)
18 PKG_SOURCE_VERSION
:=$(PKG_VERSION
)
23 include $(INCLUDE_DIR
)/package.mk
25 define Package
/ps3-utils
28 TITLE
:=PS3 Linux Utilities
29 URL
:=http
://kernel.org
/pub
/linux
/kernel
/people
/geoff
/cell
/ps3-utils
/
30 MAINTAINER
:=Geoff Levand
<geoffrey.levand@am.sony.com
>
31 DEPENDS
:=@TARGET_ps3||TARGET_ps3chk||TARGET_powerpc
34 define Package
/ps3-utils
/description
35 The ps3-utils package is a set of system administration utilites for the
39 define Build
/Configure
40 (cd
$(PKG_BUILD_DIR
) && $(BASH
) -x .
/bootstrap
)
41 $(call Build
/Configure
/Default
)
44 define Build
/InstallDev
45 $(INSTALL_DIR
) $(1)/usr
/include
47 $(PKG_INSTALL_DIR
)/usr
/include/ps3
*.h \
50 $(INSTALL_DIR
) $(1)/usr
/lib
52 $(PKG_INSTALL_DIR
)/usr
/lib
/libps3-utils.
{la
,a
,so
*} \
56 define Package
/ps3-utils
/install
57 $(INSTALL_DIR
) $(1)/usr
/sbin
58 $(INSTALL_DIR
) $(1)/usr
/bin
59 $(INSTALL_DIR
) $(1)/usr
/lib
61 $(INSTALL_BIN
) $(PKG_INSTALL_DIR
)/usr
/sbin
/ps3-boot-game-os
$(1)/usr
/sbin
62 $(INSTALL_BIN
) $(PKG_INSTALL_DIR
)/usr
/sbin
/ps3-dump-bootloader
$(1)/usr
/sbin
63 $(INSTALL_BIN
) $(PKG_INSTALL_DIR
)/usr
/sbin
/ps3-flash-util
$(1)/usr
/sbin
64 $(INSTALL_BIN
) $(PKG_INSTALL_DIR
)/usr
/bin
/ps3-video-mode
$(1)/usr
/bin
66 $(CP
) $(PKG_INSTALL_DIR
)/usr
/lib
/libps3-utils.so.
* $(1)/usr
/lib
69 $(eval
$(call BuildPackage
,ps3-utils
))