blob: 396791398867e7ed1dbf122c49e435a4e7576104 (
plain)
1
2
3
4
5
6
7
8
|
pkg:setup
args = %W[--prefix=#{prefix} --mandir=#{man} --enable-threads --enable-64bit ]
cd "unix"
pkg:configure *args
make
make DESTDIR=${PKG_DEST} install
make DESTDIR=${PKG_DEST} install-private-headers
ln_s bin/"tclsh#{version.to_f}", bin/"tclsh"
|