mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 04:47:15 +08:00
move gobject-introspection to core, udev 'needs' it
This commit is contained in:
parent
841e19f418
commit
47223f9790
@ -1,20 +0,0 @@
|
||||
# $Id: PKGBUILD 77865 2010-04-18 19:50:51Z ibiru $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
pkgname=gobject-introspection
|
||||
pkgver=0.6.10
|
||||
pkgrel=1
|
||||
pkgdesc="Introspection system for GObject-based libraries"
|
||||
url="http://live.gnome.org/GObjectInstrospection"
|
||||
arch=('x86_64' 'i686')
|
||||
license=('LGPL' 'GPL')
|
||||
depends=('libffi>=3.0.8' 'glib2>=2.24.0' 'python' 'cairo>=1.8.10')
|
||||
options=('!libtool')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=('36bd511a4d45967f95526f94708b3f4367e9d344aa11f3206fe6edb7fc3a8d4b')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --disable-static || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user