jimtcl: update to 0.78.
This commit is contained in:
parent
ceb88a2c3e
commit
94f2b44374
|
@ -2394,7 +2394,7 @@ libmunge.so.2 munge-libs-0.5.11_1
|
||||||
libmgba.so.0.6 libmgba-0.6.0_1
|
libmgba.so.0.6 libmgba-0.6.0_1
|
||||||
libglabels-3.0.so.8 libglabels30-3.2.1_1
|
libglabels-3.0.so.8 libglabels30-3.2.1_1
|
||||||
libglbarcode-3.0.so.0 libglabels30-3.2.1_1
|
libglbarcode-3.0.so.0 libglabels30-3.2.1_1
|
||||||
libjim.so.0.77 jimtcl-0.77_1
|
libjim.so.0.78 jimtcl-0.78_1
|
||||||
libftdi1.so.2 libftdi1-1.2_1
|
libftdi1.so.2 libftdi1-1.2_1
|
||||||
libax25.so.0 libax25-0.0.12rc4_1
|
libax25.so.0 libax25-0.0.12rc4_1
|
||||||
libax25io.so.0 libax25-0.0.12rc4_1
|
libax25io.so.0 libax25-0.0.12rc4_1
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'jimtcl'
|
# Template file for 'jimtcl'
|
||||||
pkgname=jimtcl
|
pkgname=jimtcl
|
||||||
version=0.77
|
version=0.78
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--full --shared --with-ext=sqlite3 --docdir=/usr/share/doc/${pkgname}"
|
configure_args="--full --shared --with-ext=sqlite3 --docdir=/usr/share/doc/${pkgname}"
|
||||||
short_desc="Small footprint implementation of the Tcl programming language"
|
short_desc="Small footprint implementation of the Tcl programming language"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://jim.tcl.tk/"
|
homepage="http://jim.tcl.tk/"
|
||||||
distfiles="https://github.com/msteveb/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/msteveb/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=0874c50ab932c68940c29c48c014266a322c54ff357a0919386f32cc341eb3b2
|
checksum=cf801795c9fd98bfff6882c14afdf96424ba86dead58c2a4e15978b176d3e12b
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/Unknown option/s/error/notice/' autosetup/autosetup
|
sed -i '/Unknown option/s/error/notice/' autosetup/autosetup
|
||||||
|
|
Loading…
Reference in New Issue