Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
172
Merge Requests
172
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
582744f8
Commit
582744f8
authored
Nov 23, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/tcl: upgrade to 8.5.8
parent
e80ed2f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
main/tcl/APKBUILD
main/tcl/APKBUILD
+11
-7
No files found.
main/tcl/APKBUILD
View file @
582744f8
# Maintainer: Carlo Landmeter <clandmeter at gmail.com>
pkgname
=
tcl
pkgver
=
8.5.
7
pkgver
=
8.5.
8
pkgrel
=
0
pkgdesc
=
"The Tcl scripting language"
url
=
"http://tcl.sourceforge.net/"
license
=
"custom"
depends
=
"uclibc"
depends
=
makedepends
=
""
source
=
"http://downloads.sourceforge.net/sourceforge/
$pkgname
/
$pkgname$pkgver
-src.tar.gz"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
build
()
{
cd
${
srcdir
}
/tcl
${
pkgver
}
/unix
cd
"
$srcdir
"
/tcl
${
pkgver
}
/unix
./configure
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
--disable-64bit
make
||
return
1
make
INSTALL_ROOT
=
${
pkgdir
}
install
install-private-headers
ln
-sf
tclsh8.5
${
pkgdir
}
/usr/bin/tclsh
}
package
()
{
cd
"
$srcdir
"
/tcl
${
pkgver
}
/unix
make
INSTALL_ROOT
=
"
${
pkgdir
}
"
install
install-private-headers
ln
-sf
tclsh8.5
"
${
pkgdir
}
"
/usr/bin/tclsh
install
-Dm644
../license.terms
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
/LICENSE
sed
-i
\
-e
"s,^TCL_BUILD_LIB_SPEC='-L.*/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib,"
\
...
...
@@ -28,6 +32,6 @@ build ()
-e
"s,^TCL_LIB_FILE='libtcl8.5..TCL_DBGX..so',TCL_LIB_FILE=
\"
libtcl8.5
\$\{
TCL_DBGX
\}
.so
\"
,"
\
-e
"s,^TCL_CC_SEARCH_FLAGS='
\(
.*
\)
',TCL_CC_SEARCH_FLAGS='
\1
:/usr/lib',"
\
-e
"s,^TCL_LD_SEARCH_FLAGS='
\(
.*
\)
',TCL_LD_SEARCH_FLAGS='
\1
:/usr/lib',"
\
${
pkgdir
}
/usr/lib/tclConfig.sh
"
${
pkgdir
}
"
/usr/lib/tclConfig.sh
}
md5sums
=
"
f70ad8f78b5e4a9f792fe101f22b125f tcl8.5.7
-src.tar.gz"
md5sums
=
"
7f123e53b3daaaba2478d3af5a0752e3 tcl8.5.8
-src.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment