aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/connman/package.az
blob: e4b09aa5613812be73a205a283ac1942c5892391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
package connman {
	description = "a daemon for managing Internet connections";
	website = "https://git.kernel.org/pub/scm/network/connman/connman.git";
	anitya = 337;

	version# = "2.0";
	source = remoteTar {
		url = "https://git.kernel.org/pub/scm/network/connman/connman.git/"+
			"snapshot/connman-"+version+".tar.gz";
		checksum = "MhVTdJOhndnZn2SWd8URKo_Pj7Zvc14tntEbrVOf9L3yVWJvpb3v3Q6104tWJgtW";
		compress = gzip;
	};
	patches = [ "alpine-musl-res.patch" ];

	exec = make {
		generate = "./bootstrap";
	};

	inputs = [
		automake,
		libtool,
		pkgconf,

		dbus,
		iptables,
		gnutls,
		readline,
		kernel-headers,
	];

	runtime = [
		dbus,
		iptables,
		gnutls,
		readline,
	];
}