mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:14:37 +08:00
we need gnome-common for pygobject -- those are only shell scripts
This commit is contained in:
parent
f50dddda7d
commit
71b590b8ff
21
gnome-common/PKGBUILD
Normal file
21
gnome-common/PKGBUILD
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
pkgname=gnome-common
|
||||||
|
pkgver=3.12.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Common development macros for GNOME -- required e.g. for pygobject"
|
||||||
|
arch=(any)
|
||||||
|
depends=('sh')
|
||||||
|
license=('GPL')
|
||||||
|
url="http://www.gnome.org"
|
||||||
|
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
||||||
|
sha256sums=('18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $pkgname-$pkgver
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $pkgname-$pkgver
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user