summaryrefslogtreecommitdiff
path: root/package/lsscsi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-12 14:01:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-12 14:01:15 +0200
commit4d516a84eae1e4e5591c65ee11bd6af53532d15d (patch)
tree8254770d000816917ac4c24dec8243960cecbb61 /package/lsscsi
parent163fd5af58a9af4188c22a4ac2ee8c1d1a691ddb (diff)
add new package lsscsi
Diffstat (limited to 'package/lsscsi')
-rw-r--r--package/lsscsi/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/lsscsi/Makefile b/package/lsscsi/Makefile
new file mode 100644
index 000000000..3a8cd740d
--- /dev/null
+++ b/package/lsscsi/Makefile
@@ -0,0 +1,26 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= lsscsi
+PKG_VERSION:= 0.25
+PKG_RELEASE:= 1
+PKG_MD5SUM:= c4e36b106624aff78527c54cf08ecbfe
+PKG_DESCR:= list SCSI devices
+PKG_SECTION:= utils
+PKG_URL:= http://sg.danny.cz/scsi/lsscsi.html
+PKG_SITES:= http://sg.danny.cz/scsi/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LSSCSI,lsscsi,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+lsscsi-install:
+ $(INSTALL_DIR) $(IDIR_LSSCSI)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/lsscsi \
+ $(IDIR_LSSCSI)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk