summaryrefslogtreecommitdiff
blob: b78f39c9c69784b6f46894087cb9b7c676009512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription lang="en">
		OWFS (One Wire File System) is an easy way to use the powerful 1-wire system
		of Dallas/Maxim. A simple and flexible program to monitor and control the
		physical environment. You can write scripts to read temperature, flash
		lights, write to an LCD, log and graph, ...
	</longdescription>
	<upstream>
		<remote-id type="sourceforge">owfs</remote-id>
	</upstream>
	<use>
		<flag name="ftpd">Enable building the OWFS FTP server (owftpd)</flag>
		<flag name="fuse">Enable building the FUSE-based OWFS client (owfs)</flag>
		<flag name="httpd">Enable building the OWFS web server (owhttpd)</flag>
		<flag name="parport">Enable support for the DS1410E parallel port adapter</flag>
		<flag name="server">Enable building the OWFS server (owserver)</flag>
	</use>
</pkgmetadata>