New package: libticalcs2-1.1.9
This commit is contained in:
parent
9c4f637d42
commit
01421bd4f2
|
@ -3401,3 +3401,4 @@ libdtkwm.so.2 dtkwm-2.0.6_1
|
||||||
libticonv.so.8 libticonv-1.1.5_1
|
libticonv.so.8 libticonv-1.1.5_1
|
||||||
libtifiles2.so.10 libtifiles2-1.1.7_1
|
libtifiles2.so.10 libtifiles2-1.1.7_1
|
||||||
libticables2.so.7 libticables2-1.3.5_1
|
libticables2.so.7 libticables2-1.3.5_1
|
||||||
|
libticalcs2.so.12 libticalcs2-1.1.9_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libticalcs2
|
|
@ -0,0 +1,35 @@
|
||||||
|
# Template file for 'libticalcs2'
|
||||||
|
pkgname=libticalcs2
|
||||||
|
version=1.1.9
|
||||||
|
revision=1
|
||||||
|
_tilpver=1.18
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="autoconf automake bison groff intltool libtool pkg-config
|
||||||
|
texinfo"
|
||||||
|
makedepends="libticables2-devel libtifiles2-devel"
|
||||||
|
short_desc="Library for interacting with TI graphing calculators"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://www.ticalc.org"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/tilp/tilp2-linux/tilp2-${_tilpver}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=76780788bc309b647f97513d38dd5f01611c335a72855e0bd10c7bdbf2e38921
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" gettext-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
mkdir -p m4
|
||||||
|
autoreconf -i -v -f
|
||||||
|
}
|
||||||
|
|
||||||
|
libticalcs2-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue