void-packages/srcpkgs/udisks2/template

29 lines
1.1 KiB
Text
Raw Normal View History

2012-03-21 09:33:46 +00:00
# Template file for 'udisks2'
pkgname=udisks2
2012-10-06 13:56:07 +00:00
version=2.0.0
2012-08-30 23:34:17 +00:00
revision=1
2012-03-21 09:33:46 +00:00
wrksrc="udisks-${version}"
build_style=gnu-configure
2012-07-09 16:13:45 +00:00
configure_args="--disable-static --with-udevdir=/usr/lib/udev
--with-systemdsystemunitdir=/usr/lib/systemd/system"
2012-08-30 23:34:17 +00:00
makedepends="pkg-config intltool gobject-introspection libxslt docbook-xsl
acl-devel device-mapper-devel liblvm2app-devel libparted-devel libatasmart-devel
polkit-devel libgudev-devel sg3_utils-devel systemd-devel"
subpackages="udisks2-devel"
make_dirs="/var/lib/udisks2 0750 root root"
2012-03-21 09:33:46 +00:00
short_desc="Disk Management Service"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/udisks"
license="GPL-2"
2012-07-09 16:13:45 +00:00
distfiles="http://udisks.freedesktop.org/releases/udisks-$version.tar.bz2"
2012-10-06 13:56:07 +00:00
checksum=aa026a5a865688a2e9e430a389c7636c1a556d980539e4bd4a3f31dc5d4fe1eb
2012-03-21 09:33:46 +00:00
long_desc="
The udisks project provides:
* a storage daemon that implements well-defined D-Bus interfaces that
can be used to query and manipulate storage devices.
* a command-line tool, udisks, that can be used to query and use the daemon
The actions that a user can perform using udisks are restricted using
PolicyKit."