New package: libzapojit-0.0.2.
This commit is contained in:
parent
a7ec301616
commit
baa630d0e1
|
@ -1053,3 +1053,4 @@ libclutter-gst-2.0.so.0 clutter-gst-1.9.92_1
|
||||||
libcheese.so.7 libcheese-3.6.0_1
|
libcheese.so.7 libcheese-3.6.0_1
|
||||||
libcheese-gtk.so.23 libcheese-3.6.0_1
|
libcheese-gtk.so.23 libcheese-3.6.0_1
|
||||||
libSoundTouch.so.0 soundtouch-1.7.0_1
|
libSoundTouch.so.0 soundtouch-1.7.0_1
|
||||||
|
libzapojit-0.0.so.0 libzapojit-0.0.2_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libzapojit
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'libgdata-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="glib-devel json-glib-devel libsoup-devel rest-devel ${sourcepkg}>=${version}"
|
||||||
|
short_desc="${short_desc} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains development files: headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/{gtk-doc,gir-1.0} ${DESTDIR}/usr/share
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
libgoa-1.0.so.0
|
||||||
|
libjson-glib-1.0.so.0
|
||||||
|
librest-0.7.so.0
|
||||||
|
libxml2.so.2
|
||||||
|
libsoup-2.4.so.1
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libc.so.6
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libzapojit'
|
||||||
|
pkgname=libzapojit
|
||||||
|
version=0.0.2
|
||||||
|
revision=1
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
makedepends="pkg-config intltool gobject-introspection json-glib-devel
|
||||||
|
rest-devel gnome-online-accounts-devel>=3.6.0"
|
||||||
|
short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://live.gnome.org/Zapojit"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
|
||||||
|
checksum=7b5a2fcf8e94fa8c869098b8461104633f4b046c471a03e3fea2b1a358574b24
|
||||||
|
long_desc="
|
||||||
|
$pkgname is a ${short_desc}."
|
Loading…
Reference in New Issue