udisks: cross build support.
This commit is contained in:
parent
d962f0c6a6
commit
aaa9fe1fb3
1 changed files with 2 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'udisks'
|
||||
pkgname=udisks
|
||||
version=1.0.4
|
||||
revision=12
|
||||
revision=13
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-lvm2"
|
||||
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel"
|
||||
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel dbus-glib-devel"
|
||||
makedepends="libglib-devel device-mapper-devel
|
||||
liblvm2app-devel libparted-devel libatasmart-devel polkit-devel
|
||||
dbus-glib-devel libgudev-devel>=183 sg3_utils-devel"
|
||||
|
@ -15,15 +15,6 @@ homepage="http://www.freedesktop.org/wiki/Software/udisks"
|
|||
license="GPL-2"
|
||||
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||
checksum=854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5
|
||||
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."
|
||||
|
||||
pre_configure() {
|
||||
# Switch to /usr.
|
||||
|
|
Loading…
Reference in a new issue