29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
# Template file for 'udisks2'
|
|
pkgname=udisks2
|
|
version=1.97.0
|
|
revision=3
|
|
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"
|
|
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=132e569d1b565a74c481d37ba27977c9aa9f5254baf79b2763898c9fa35a4ceb
|
|
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."
|