Update package version to 9.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: tk
|
||||
description: A windowing toolkit for use with tcl
|
||||
version: 8.6.16
|
||||
version: 9.0.2
|
||||
revision: 1
|
||||
url: http://tcl.sourceforge.net/
|
||||
license: TCL
|
||||
@@ -16,4 +16,4 @@ downloads:
|
||||
- url: https://downloads.sourceforge.net/project/tcl/Tcl/${BPM_PKG_VERSION}/tk${BPM_PKG_VERSION}-src.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe
|
||||
checksum: 76fb852b2f167592fe8b41aa6549ce4e486dbf3b259a269646600e3894517c76
|
||||
|
||||
@@ -11,6 +11,7 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--enable-threads \
|
||||
--enable-64bit \
|
||||
--disable-zipfs \
|
||||
--disable-rpath
|
||||
make
|
||||
}
|
||||
@@ -32,7 +33,7 @@ package() {
|
||||
-i "${BPM_OUTPUT}/usr/lib/tkConfig.sh"
|
||||
|
||||
# Remove unrequired execute permissions
|
||||
chmod -x "$BPM_OUTPUT"/usr/lib/libtkstub${BPM_PKG_VERSION%.*}.a
|
||||
chmod -x "$BPM_OUTPUT"/usr/lib/libtkstub.a
|
||||
|
||||
# Install package license
|
||||
install -Dm644 "$BPM_SOURCE"/license.terms "$BPM_OUTPUT"/usr/share/licenses/tk/license.terms
|
||||
|
||||
Reference in New Issue
Block a user