projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
84c3821
)
[Packages] utils/sdparm: Makefile cleanup
author
Oliver Ertl
<oliver@ertl-net.net>
Tue, 26 Feb 2008 17:25:34 +0000
(17:25 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Tue, 26 Feb 2008 17:25:34 +0000
(17:25 +0000)
SVN-Revision: 10523
utils/sdparm/Makefile
patch
|
blob
|
history
diff --git
a/utils/sdparm/Makefile
b/utils/sdparm/Makefile
index 0585d08cc4369812c1949b8f1141c7bd1ddb0a84..e06c401877aa50e5ad8b48045d5219e25add514b 100644
(file)
--- a/
utils/sdparm/Makefile
+++ b/
utils/sdparm/Makefile
@@
-1,9
+1,10
@@
-#
-# Copyright (C) 2007 OpenWrt.org
+#
+# Copyright (C) 2007
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
+# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-15,12
+16,14
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://sg.torque.net/sg/p/
PKG_MD5SUM:=cc6de6fdba91f382d00b9b8a09dd14f2
PKG_SOURCE_URL:=http://sg.torque.net/sg/p/
PKG_MD5SUM:=cc6de6fdba91f382d00b9b8a09dd14f2
+PKG_FIXUP = libtool
+
include $(INCLUDE_DIR)/package.mk
define Package/sdparm
SECTION:=utils
CATEGORY:=Utilities
include $(INCLUDE_DIR)/package.mk
define Package/sdparm
SECTION:=utils
CATEGORY:=Utilities
- TITLE:=
read or modify scsi or usb
disk parameters
+ TITLE:=
Read or modify SCSI or USB
disk parameters
DEPENDS:=+kmod-scsi-generic
SUBMENU:=disc
endef
DEPENDS:=+kmod-scsi-generic
SUBMENU:=disc
endef
@@
-30,8
+33,8
@@
define Package/sdparm/description
endef
define Package/sdparm/install
endef
define Package/sdparm/install
- $(INSTALL_DIR) $(1)/usr/
s
bin
- $(
CP) $(PKG_BUILD_DIR)/src/sdparm $(1)/usr/s
bin/
+ $(INSTALL_DIR) $(1)/usr/bin
+ $(
INSTALL_BIN) $(PKG_BUILD_DIR)/src/sdparm $(1)/usr/
bin/
endef
$(eval $(call BuildPackage,sdparm))
endef
$(eval $(call BuildPackage,sdparm))