bump Linux 3.18 trunk revision to 47027; bump Linux 3.18 kernel version to 3.18.21
[ps3openwrt_patches.git] / ps3lv1write-package.patch
blob77a53a99211b2feecaba4281d069bbc336ff7879
1 --- /dev/null 2014-05-25 09:21:05.024204719 +0200
2 +++ package/ps3lv1write/Makefile 2014-05-25 10:38:23.570951600 +0200
3 @@ -0,0 +1,35 @@
4 +#
5 +# Copyright (C) 2006-2008 OpenWrt.org
6 +#
7 +# This is free software, licensed under the GNU General Public License v2.
8 +# See /LICENSE for more information.
9 +#
11 +include $(TOPDIR)/rules.mk
13 +PKG_NAME:=ps3lv1write
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_ps3lv1write.git
19 +PKG_SOURCE_PROTO:=git
21 +include $(INCLUDE_DIR)/package.mk
23 +define Package/ps3lv1write
24 + SECTION:=utils
25 + CATEGORY:=Utilities
26 + TITLE:=PS3 LV1 Write
27 +endef
29 +define Package/ps3lv1write/description
30 + Tool for Writing Log Messages to LV1 Debug Console on PS3 Linux
31 +endef
33 +define Package/ps3lv1write/install
34 + $(INSTALL_DIR) $(1)/usr/bin
35 + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ps3lv1write $(1)/usr/bin
36 +endef
38 +$(eval $(call BuildPackage,ps3lv1write))