mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:47:17 +08:00
Remove gtk-docs dep
This commit is contained in:
parent
0dc95b18fd
commit
98b4647dc4
@ -3,20 +3,19 @@
|
||||
|
||||
pkgname=eggdbus
|
||||
pkgver=0.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Experimental D-Bus bindings for GObject"
|
||||
arch=(i686 x86_64)
|
||||
license=('LGPL')
|
||||
url="http://www.freedesktop.org/wiki/Software/Policykit"
|
||||
depends=('glib2>=2.22.2' 'dbus-glib>=0.82-2')
|
||||
makedepends=('gtk-doc')
|
||||
options=('!libtool')
|
||||
source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('b43d2a6c523fcb8b9d0b0300c4222386')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --disable-static --enable-gtk-doc || return 1
|
||||
./configure --prefix=/usr --disable-static || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user