?package(zephyr-clients): \
	needs=X11 \
	section=Apps/Net \
	title=Zwgc \
	command=zwgc \
	longtitle="Zwgc: Start receiving zephyrs in windowgrams"

?package(zephyr-clients): \
	needs=text \
	section=Apps/Net \
	title=Zwgc \
	command="zwgc -ttymode" \
	longtitle="Zwgc: Start receiving zephyrs in ttymode"

?package(zephyr-clients): \
	needs=X11 \
	section=Apps/Net \
	title=Zwrite \
	command=xzwrite \
	longtitle="XZwrite: send zephyrs in a simple X11 UI"

?package(zephyr-clients): \
	needs=text \
	section=Apps/Net \
	title=Zwrite \
	command="read -p 'Zwrite to users: ' u ; zwrite $u" \
	longtitle="Zwrite: send zephyrs in a bare-bones tty UI"

?package(zephyr-clients): \
	needs=text \
	section=Apps/Net \
	title=Zaway \
	command="echo 'Press C-c when you return'; zaway" \
	longtitle="Zaway: auto-respond to zwrites saying you're away temporarily"

?package(zephyr-clients): \
	needs=text \
	section=Apps/Net \
	title=Zleave \
	command="zleave ; sleep 5" \
	longtitle="ZLeave: send yourself zephyrs reminding you when it's time to go"

?package(zephyr-clients): \
	needs=text \
	section=Apps/Net \
	title=Zlocate \
	command="read -p 'Locate users: ' u ; zlocate $u ; read -p 'Press return to continue' " \
	longtitle="Zlocate: look up users locations"	

?package(zephyr-clients): \
	needs=text \
	section=Apps/Net \
	title=Zctl \
	command=zctl \
	longtitle="Zctl: control your zephyr client, add remove subscriptions"
