void-packages/srcpkgs/udisks/template

48 lines
1.4 KiB
Text
Raw Normal View History

# Template file for 'udisks'
pkgname=udisks
2011-08-27 06:09:58 +00:00
version=1.0.4
revision=10
build_style=gnu-configure
configure_args="--disable-static --enable-lvm2"
2012-07-09 14:20:30 +00:00
makedepends="pkg-config intltool libxslt docbook-xsl device-mapper-devel
liblvm2app-devel libparted-devel libatasmart-devel polkit-devel
dbus-glib-devel libgudev-devel>=183 sg3_utils-devel"
short_desc="Disk Management Service"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-09 16:14:38 +00:00
homepage="http://www.freedesktop.org/wiki/Software/udisks"
license="GPL-2"
2012-07-09 14:20:30 +00:00
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
2011-08-27 06:09:58 +00:00
checksum=854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5
long_desc="
2011-07-09 16:14:38 +00:00
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."
2012-07-09 14:20:30 +00:00
pre_configure() {
# Switch to /usr.
sed -i -e "s|\(slashlibdir\)=.*|\1=/usr/lib|g" \
-e "s|\(slashsbindir\)=.*|\1=/usr/sbin|g" configure
}
pre_build() {
# Fix location for bash completion stuff.
2011-08-27 06:09:58 +00:00
sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
}
2011-10-11 02:00:18 +00:00
post_install() {
2012-07-09 14:20:30 +00:00
vinstall ${FILESDIR}/udisks.service 644 usr/lib/systemd/system
2011-10-11 02:00:18 +00:00
}
udisks_package() {
make_dirs="/var/lib/udisks 0750 root root"
pkg_install() {
vmove etc
vmove usr
}
}