New package: libticables2-1.3.5
This commit is contained in:
parent
ff962ca18b
commit
9c4f637d42
3 changed files with 37 additions and 0 deletions
|
@ -3400,3 +3400,4 @@ libcue.so.2 libcue-2.2.0_1
|
|||
libdtkwm.so.2 dtkwm-2.0.6_1
|
||||
libticonv.so.8 libticonv-1.1.5_1
|
||||
libtifiles2.so.10 libtifiles2-1.1.7_1
|
||||
libticables2.so.7 libticables2-1.3.5_1
|
||||
|
|
1
srcpkgs/libticables2-devel
Symbolic link
1
srcpkgs/libticables2-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libticables2
|
35
srcpkgs/libticables2/template
Normal file
35
srcpkgs/libticables2/template
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Template file for 'libticables2'
|
||||
pkgname=libticables2
|
||||
version=1.3.5
|
||||
revision=1
|
||||
_tilpver=1.18
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libusb10"
|
||||
hostmakedepends="automake bison groff intltool libtool pkg-config texinfo"
|
||||
makedepends="glib-devel libusb-devel gettext-devel"
|
||||
short_desc="TI Link Cable Library"
|
||||
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=0c6fb6516e72ccab081ddb3aecceff694ed93aec689ddd2edba9c7c7406c4522
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" gettext-devel"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
mkdir -p m4
|
||||
autoreconf -i -v -f
|
||||
}
|
||||
|
||||
libticables2-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…
Add table
Reference in a new issue