New package: libgee08-0.8.2 (required by caribout-0.4.5).
This commit is contained in:
parent
0a847a80b2
commit
68818900c7
5 changed files with 38 additions and 0 deletions
|
@ -1114,3 +1114,4 @@ libtomcrypt.so.0 libtomcrypt-1.117_1
|
|||
libOpenCL.so.1 libOpenCL-1.0_1
|
||||
libHX.so.28 libHX-3.14_1
|
||||
libxkbcommon.so.0 libxkbcommon-0.2.0_1
|
||||
libgee-0.8.so.2 libgee08-0.8.2_1
|
||||
|
|
1
srcpkgs/libgee08-devel
Symbolic link
1
srcpkgs/libgee08-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libgee08
|
15
srcpkgs/libgee08/libgee08-devel.template
Normal file
15
srcpkgs/libgee08/libgee08-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'libgee08-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="glib-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove usr/share/vala usr/share
|
||||
}
|
3
srcpkgs/libgee08/libgee08.rshlibs
Normal file
3
srcpkgs/libgee08/libgee08.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
18
srcpkgs/libgee08/template
Normal file
18
srcpkgs/libgee08/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libgee08'
|
||||
pkgname=libgee08
|
||||
version=0.8.2
|
||||
wrksrc=libgee-${version}
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config intltool glib-devel vala-devel gobject-introspection"
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="GObject collection library (0.8.x API)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://live.gnome.org/Libgee"
|
||||
distfiles="${GNOME_SITE}/libgee/0.8/libgee-${version}.tar.xz"
|
||||
checksum=945b9f45487506bff8d895f9a50904bac6989f06615e6552f467d8ec0676629d
|
||||
long_desc="
|
||||
Libgee is a collection library providing GObject-based interfaces and classes
|
||||
for commonly used data structures."
|
Loading…
Reference in a new issue