mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/udisks: enable man pages and rebuild against lvm2 with applib
This commit is contained in:
parent
4786c5d2e7
commit
222cdf4357
@ -2,23 +2,29 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=udisks
|
||||
pkgver=1.0.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Disk Management Service"
|
||||
url="http://www.freedesktop.org/wiki/Software/udisks"
|
||||
arch="x86 x86_64"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends=""
|
||||
makedepends="glib-dev polkit-dev parted-dev udev-dev sg3_utils-dev
|
||||
dbus-dev dbus-glib-dev lvm2-dev pkgconfig libatasmart-dev
|
||||
intltool eggdbus-dev expat-dev"
|
||||
intltool eggdbus-dev expat-dev docbook-xsl libxslt"
|
||||
install=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz"
|
||||
source="http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
|
||||
"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
@ -29,7 +35,7 @@ build() {
|
||||
--infodir=/usr/share/info \
|
||||
--libexecdir=/usr/lib/udisks \
|
||||
--disable-static \
|
||||
--disable-nls
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user