From 972645474a63cd9104d7105190f39a3e0816f4cf Mon Sep 17 00:00:00 2001 From: svenper Date: Mon, 11 Feb 2019 12:55:10 +0100 Subject: [PATCH] New package: teckit-2.5.8 --- common/shlibs | 2 ++ srcpkgs/libteckit | 1 + srcpkgs/libteckit-devel | 1 + srcpkgs/teckit/template | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 41 insertions(+) create mode 120000 srcpkgs/libteckit create mode 120000 srcpkgs/libteckit-devel create mode 100644 srcpkgs/teckit/template diff --git a/common/shlibs b/common/shlibs index 0c2898c065..01135ae5a3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3395,3 +3395,5 @@ libmp3splt.so.0 libmp3splt-0.9.2_1 libliquid.so.1 liquid-dsp-1.3.1_1 libsnore-qt5.so.0.7 snorenotify-0.7.0_1 libsnoresettings-qt5.so.0.7 snorenotify-0.7.0_1 +libTECkit.so.0 libteckit-2.5.8_1 +libTECkit_Compiler.so.0 libteckit-2.5.8_1 diff --git a/srcpkgs/libteckit b/srcpkgs/libteckit new file mode 120000 index 0000000000..ebde0d0316 --- /dev/null +++ b/srcpkgs/libteckit @@ -0,0 +1 @@ +teckit \ No newline at end of file diff --git a/srcpkgs/libteckit-devel b/srcpkgs/libteckit-devel new file mode 120000 index 0000000000..ebde0d0316 --- /dev/null +++ b/srcpkgs/libteckit-devel @@ -0,0 +1 @@ +teckit \ No newline at end of file diff --git a/srcpkgs/teckit/template b/srcpkgs/teckit/template new file mode 100644 index 0000000000..4c131be6ae --- /dev/null +++ b/srcpkgs/teckit/template @@ -0,0 +1,37 @@ +# Template file for 'teckit' +pkgname=teckit +version=2.5.8 +revision=1 +build_style=gnu-configure +hostmakedepends="libtool autoconf automake" +makedepends="zlib-devel" +short_desc="Text Encoding Conversion toolkit" +maintainer="svenper " +license="LGPL-2.1-or-later" +homepage="http://scripts.sil.org/TECkitIntro" +changelog="http://scripts.sil.org/TECkitRecentChanges" +distfiles="https://github.com/silnrsi/teckit/archive/v${version}.tar.gz" +checksum=0ea52b1304f430aaebff99fec355bc7e4ad75b16ba58959fae5079627f925f93 + +pre_configure() { + ./autogen.sh +} + +libteckit_package() { + short_desc+=" - library" + pkg_install() { + vmove "usr/lib/libTECkit.so.*" + vmove "usr/lib/libTECkit_Compiler.so.*" + } +} + +libteckit-devel_package() { + depends="libteckit-${version}_${revision}" + short_desc+=" - library development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +}