diff options
-rw-r--r-- | fsm/Makefile | 1 | ||||
-rw-r--r-- | geolocate/Makefile | 1 | ||||
-rw-r--r-- | hbbp/Makefile | 1 | ||||
-rw-r--r-- | p2ptbl/Makefile | 1 | ||||
-rw-r--r-- | shuf/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/fsm/Makefile b/fsm/Makefile index c984755..e213330 100644 --- a/fsm/Makefile +++ b/fsm/Makefile @@ -19,6 +19,7 @@ define Package/fsm CATEGORY:=Utilities DEFAULT:=n TITLE:=Finite State Machine Interpreter + MAINTAINER:=Jan Huwald <jh@sotun.de> URL:=http://code.sotun.de/git/ffj/fsm DEPENDS:=+flock endef diff --git a/geolocate/Makefile b/geolocate/Makefile index bfb3699..de2e128 100644 --- a/geolocate/Makefile +++ b/geolocate/Makefile @@ -19,6 +19,7 @@ define Package/geolocate CATEGORY:=Utilities DEFAULT:=n TITLE:=Learn device location using wifi neighbours + MAINTAINER:=Jan Huwald <jh@sotun.de> URL:=http://code.sotun.de/git/ffj/geolocate DEPENDS:=uci endef diff --git a/hbbp/Makefile b/hbbp/Makefile index a34ba4e..6bf0bcf 100644 --- a/hbbp/Makefile +++ b/hbbp/Makefile @@ -21,6 +21,7 @@ define Package/hbbp CATEGORY:=Network DEFAULT:=n TITLE:=HBBP - UDP broadcast utility + MAINTAINER:=Jan Huwald <jh@sotun.de> URL:=http://code.sotun.de/git/hbbp DEPENDS:=@IPV6 endef diff --git a/p2ptbl/Makefile b/p2ptbl/Makefile index ff784b9..0900f14 100644 --- a/p2ptbl/Makefile +++ b/p2ptbl/Makefile @@ -19,6 +19,7 @@ define Package/p2ptbl CATEGORY:=Network DEFAULT:=n TITLE:=lightweight distributed key-value store + MAINTAINER:=Jan Huwald <jh@sotun.de> URL:=http://code.sotun.de/git/ffj/p2ptbl DEPENDS:=+shuf +hbbp +coreutils +coreutils-join endef diff --git a/shuf/Makefile b/shuf/Makefile index 958f6ea..7ee0cab 100644 --- a/shuf/Makefile +++ b/shuf/Makefile @@ -19,6 +19,7 @@ define Package/shuf CATEGORY:=Utilities DEFAULT:=n TITLE:=shuffle lines + MAINTAINER:=Jan Huwald <jh@sotun.de> URL:=http://code.sotun.de/git/ffj/shuf DEPENDS:=@(!PACKAGE_coreutils-shuf) endef |