mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add package 'gobject-introspection'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
85bbe69dd8
commit
4ba6639d1c
7
packages/devel/gobject-introspection/build
Executable file
7
packages/devel/gobject-introspection/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
mkdir -p $SYSROOT_PREFIX/usr/share/aclocal
|
||||
cp m4/introspection.m4 $SYSROOT_PREFIX/usr/share/aclocal
|
16
packages/devel/gobject-introspection/meta
Normal file
16
packages/devel/gobject-introspection/meta
Normal file
@ -0,0 +1,16 @@
|
||||
PKG_NAME="gobject-introspection"
|
||||
PKG_VERSION="0.9.12"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://live.gnome.org/GObjectIntrospection"
|
||||
PKG_URL="http://ftp.acc.umu.se/pub/GNOME/sources/gobject-introspection/0.9/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="gobject-introspection: Introspection for GObject libraries"
|
||||
PKG_LONGDESC="Introspection for GObject libraries."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
Loading…
x
Reference in New Issue
Block a user