mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:47:13 +08:00
Update and fix python-config stuff
This commit is contained in:
parent
1dc9eea26d
commit
2c4ce18c0d
@ -2,8 +2,8 @@
|
|||||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||||
|
|
||||||
pkgname=dbus-python
|
pkgname=dbus-python
|
||||||
pkgver=0.83.1
|
pkgver=0.83.2
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Python bindings for DBUS"
|
pkgdesc="Python bindings for DBUS"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('GPL' 'LGPL')
|
license=('GPL' 'LGPL')
|
||||||
@ -12,11 +12,11 @@ depends=('dbus-glib>=0.82' 'python>=2.7')
|
|||||||
makedepends=('pkgconfig') # 'docutils'
|
makedepends=('pkgconfig') # 'docutils'
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||||
md5sums=('5fdf3970aa0c00020289de7ba8f3be18')
|
md5sums=('4ebcaa905bdcb4132b915196b0a3691b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
PYTHON=python2 ./configure --prefix=/usr || return 1
|
PYTHON=python ./configure --prefix=/usr || return 1
|
||||||
make || return 1
|
make || return 1
|
||||||
make DESTDIR="${pkgdir}" install || return 1
|
make DESTDIR="${pkgdir}" install || return 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user