summaryrefslogtreecommitdiff
path: root/package/owfs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/owfs
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/owfs')
-rw-r--r--package/owfs/Makefile11
-rw-r--r--package/owfs/ipkg/owfs.control5
2 files changed, 7 insertions, 9 deletions
diff --git a/package/owfs/Makefile b/package/owfs/Makefile
index fbb317e11..23579266d 100644
--- a/package/owfs/Makefile
+++ b/package/owfs/Makefile
@@ -6,14 +6,17 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= owfs
-PKG_VERSION:= 2.4p5
+PKG_VERSION:= 2.5p2
PKG_RELEASE:= 1
-PKG_MD5SUM:= 236f2f42b3bb4f430e6007c1a70778e6
-MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=owfs/}
+PKG_MD5SUM:= 842170565e8893001a4e78e675322144
+PKG_DESCR:= A tool to access 1-wire devices through a fuse mounted fs
+PKG_SECTION:= admin
+PKG_URL:= http://owfs.org
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=owfs/}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,OWFS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,OWFS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
CONFIGURE_ENV+= BUILD_CC=${TARGET_CC} \
diff --git a/package/owfs/ipkg/owfs.control b/package/owfs/ipkg/owfs.control
deleted file mode 100644
index b97ef945b..000000000
--- a/package/owfs/ipkg/owfs.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: owfs
-Priority: optional
-Section: admin
-Description: A tool to access 1-wire devices through a fuse mounted fs
-Depends: fuse-utils libpthread