jimtcl: update to 0.79.
This commit is contained in:
parent
00b614a866
commit
0d773373c6
2 changed files with 4 additions and 3 deletions
|
@ -2354,7 +2354,7 @@ libmunge.so.2 munge-libs-0.5.11_1
|
||||||
libmgba.so.0.7 libmgba-0.7.0_1
|
libmgba.so.0.7 libmgba-0.7.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.78 jimtcl-0.78_1
|
libjim.so.0.79 jimtcl-0.79_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,6 +1,6 @@
|
||||||
# Template file for 'jimtcl'
|
# Template file for 'jimtcl'
|
||||||
pkgname=jimtcl
|
pkgname=jimtcl
|
||||||
version=0.78
|
version=0.79
|
||||||
revision=1
|
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}"
|
||||||
|
@ -10,7 +10,7 @@ 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=cf801795c9fd98bfff6882c14afdf96424ba86dead58c2a4e15978b176d3e12b
|
checksum=ab8204cd03b946f5149e1273af9c86d8e73b146084a0fbeb1d4f41a75b0b3411
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/Unknown option/s/error/notice/' autosetup/autosetup
|
sed -i '/Unknown option/s/error/notice/' autosetup/autosetup
|
||||||
|
@ -31,6 +31,7 @@ jimtcl-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/build-jim-ext
|
vmove usr/bin/build-jim-ext
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue