void-packages/srcpkgs/udisks2/template
2012-08-31 01:34:17 +02:00

30 lines
1.2 KiB
Plaintext

# Template file for 'udisks2'
pkgname=udisks2
version=1.99.0
revision=1
wrksrc="udisks-${version}"
build_style=gnu-configure
configure_args="--disable-static --with-udevdir=/usr/lib/udev
--with-systemdsystemunitdir=/usr/lib/systemd/system"
depends="udev"
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"
short_desc="Disk Management Service"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/udisks"
license="GPL-2"
distfiles="http://udisks.freedesktop.org/releases/udisks-$version.tar.bz2"
checksum=f06d1947ac3c79f3de85ee17b7046da9d22dd9ab06cc75a985e767161704e176
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."