Merge pull request #1977 from pullmoll/libgadu
New package: libgadu-1.12.1
This commit is contained in:
commit
c2d087e50d
|
@ -2077,3 +2077,4 @@ libtidy5.so.4 libtidy5-4.9.30_1
|
|||
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
||||
libQupZilla.so.1 qupzilla-1.8.6_1
|
||||
libinjeqt.so.0 injeqt-1.0.1_1
|
||||
libgadu.so.3 libgadu-1.12.1_1
|
||||
|
|
1
srcpkgs/libgadu-devel
Symbolic link
1
srcpkgs/libgadu-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libgadu
|
10
srcpkgs/libgadu/patches/musl-sys_types.h
Normal file
10
srcpkgs/libgadu/patches/musl-sys_types.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- test/manual/lib/base64.c 2014-12-20 21:42:04.000000000 +0100
|
||||
+++ test/manual/lib/base64.c 2015-07-07 09:02:03.591897875 +0200
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include "base64.h"
|
||||
#include "config.h"
|
26
srcpkgs/libgadu/template
Normal file
26
srcpkgs/libgadu/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libgadu'
|
||||
pkgname=libgadu
|
||||
version=1.12.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-c99-vsnprintf"
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="gnutls-devel libcurl-devel expat-devel libxml2-devel zlib-devel"
|
||||
depends="perl"
|
||||
short_desc="Gadu-Gadu instant messaging protocol library"
|
||||
maintainer="Jürgen Buchüller <pullmoll@t-online.de>"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://www.wasilczyk.pl/en/projects/libgadu/"
|
||||
distfiles="https://github.com/wojtekka/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a2244074a89b587ba545b5d87512d6eeda941fec4a839b373712de93308d5386
|
||||
|
||||
libgadu-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revsision}"
|
||||
short_desc=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user