jimtcl: update to 0.82
This commit is contained in:
parent
0a84e91028
commit
9747e21ce4
|
@ -2604,7 +2604,7 @@ libmunge.so.2 munge-libs-0.5.14_3
|
|||
libmgba.so.0.10 libmgba-0.10.0_1
|
||||
libglabels-3.0.so.8 libglabels30-3.2.1_1
|
||||
libglbarcode-3.0.so.0 libglabels30-3.2.1_1
|
||||
libjim.so.0.81 jimtcl-0.81_1
|
||||
libjim.so.0.82 jimtcl-0.82_1
|
||||
libftdi1.so.2 libftdi1-1.2_1
|
||||
libax25.so.0 libax25-0.0.12rc4_1
|
||||
libax25io.so.0 libax25-0.0.12rc4_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'jimtcl'
|
||||
pkgname=jimtcl
|
||||
# revbump openocd when jimtcl is updated
|
||||
version=0.81
|
||||
version=0.82
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--full --shared --with-ext=sqlite3 --docdir=/usr/share/doc/${pkgname}"
|
||||
makedepends="sqlite-devel openssl-devel"
|
||||
short_desc="Small footprint implementation of the Tcl programming language"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
makedepends="sqlite-devel"
|
||||
license="BSD"
|
||||
homepage="http://jim.tcl.tk/"
|
||||
distfiles="https://github.com/msteveb/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=ab7eb3680ba0d16f4a9eb1e05b7fcbb7d23438e25185462c55cd032a1954a985
|
||||
checksum=e8af929b815e4d30e54ff116b2b933e56c00a02b9110529d1a58660b2469aea7
|
||||
|
||||
post_extract() {
|
||||
sed -i '/Unknown option/s/error/notice/' autosetup/autosetup
|
||||
|
@ -23,7 +23,6 @@ pre_configure() {
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
sed -i "s/$XBPS_CROSS_TRIPLET-//g" $DESTDIR/usr/bin/build-jim-ext
|
||||
ln -s libjim.so.* ${DESTDIR}/usr/lib/libjim.so
|
||||
}
|
||||
|
||||
jimtcl-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue